[Pkg-javascript-commits] [node-yarnpkg] 07/13: fix script-not-executable
Paolo Greppi
paolog-guest at moszumanska.debian.org
Sat Dec 24 14:36:18 UTC 2016
This is an automated email from the git hooks/post-receive script.
paolog-guest pushed a commit to branch master
in repository node-yarnpkg.
commit 7ef40f26630b4aa0c645fa5c35bee225a4169ca9
Author: Paolo Greppi <paolo.greppi at libpf.com>
Date: Sat Dec 24 13:32:58 2016 +0000
fix script-not-executable
---
debian/rules | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/rules b/debian/rules
index de57af0..4d12009 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,8 @@
#override_dh_auto_build:
-#override_dh_auto_test:
-
-
+override_dh_fixperms:
+ dh_fixperms
+ chmod +x debian/yarnpkg/usr/lib/nodejs/yarn/bin/yarn.js
+#override_dh_auto_test:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-yarnpkg.git
More information about the Pkg-javascript-commits
mailing list