[SCM] groovebasin/master: set NODE_PATH in browserify-lite rule

andrewrk-guest at users.alioth.debian.org andrewrk-guest at users.alioth.debian.org
Sat Oct 4 00:38:56 UTC 2014


The following commit has been merged in the master branch:
commit f698d7c88cb2b065ccbb04951b990cc9506d74db
Author: Andrew Kelley <superjoe30 at gmail.com>
Date:   Sat Oct 4 00:12:05 2014 +0000

    set NODE_PATH in browserify-lite rule

diff --git a/debian/rules b/debian/rules
index be3218b..fd226a8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,4 +10,4 @@
 override_dh_auto_build:
 	mkdir -p public
 	stylus -o public/ -c --include-css src/client/styles
-	browserify-lite ./src/client/app.js --outfile public/app.js
+	NODE_PATH="/usr/lib/nodejs:${NODE_PATH}" browserify-lite ./src/client/app.js --outfile public/app.js

-- 
groovebasin packaging



More information about the pkg-multimedia-commits mailing list