[Pkg-javascript-commits] [node-iscroll] 08/13: Create build directory before starting the build

Balint Reczey rbalint at moszumanska.debian.org
Mon Jun 1 20:31:37 UTC 2015


This is an automated email from the git hooks/post-receive script.

rbalint pushed a commit to branch master
in repository node-iscroll.

commit f9d05d4967d70048aa30d6c76065d198c7aaa04f
Author: Balint Reczey <balint at balintreczey.hu>
Date:   Mon Jun 1 21:36:44 2015 +0200

    Create build directory before starting the build
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 364ec46..b8e4a53 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@
 	dh $@
 
 override_dh_auto_build:
-	mkdir dist
+	mkdir dist build
 	nodejs build.js
 	uglifyjs --overwrite dist/iscroll-min.js
 	sed -i 's|../../build|/usr/share/javascript/iscroll|' demos/*/*.html

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-iscroll.git



More information about the Pkg-javascript-commits mailing list