[Pkg-javascript-commits] [dojo] 148/149: Workaround script installed as non-executable

David Prévot taffit at moszumanska.debian.org
Sat Feb 27 03:14:00 UTC 2016


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

taffit pushed a commit to branch master
in repository dojo.

commit 51af6a291d2ab0c6da4659f4949071bfa0739ea3
Author: David Prévot <david at tilapin.org>
Date:   Fri Feb 26 22:49:55 2016 -0400

    Workaround script installed as non-executable
    
    Git-Dch: Ignore
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index b54f421..76c294f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ override_dh_auto_clean:
 override_dh_auto_build:
 	ln -s /usr/share/java/js.jar /usr/share/java/shrinksafe.jar util/shrinksafe/
 	cd util/buildscripts && ./build.sh profile=standard action=release
-	cd release/dojo/dojox/storage && ./buildFlashStorage.sh
+	cd release/dojo/dojox/storage && sh buildFlashStorage.sh
 
 override_dh_install:
 	dh_install \

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



More information about the Pkg-javascript-commits mailing list