[Pkg-javascript-commits] [SCM] JavaScript parser/mangler/compressor/beautifier library for NodeJS branch, master, updated. debian/1.0.4-1-62-g8889e8f
Jonas Smedegaard
dr at jones.dk
Sun Dec 9 22:08:26 UTC 2012
The following commit has been merged in the master branch:
commit 60bbf2329047c438c9bd9b14e472d5a6a26bc849
Author: Jonas Smedegaard <dr at jones.dk>
Date: Sun Dec 9 21:44:51 2012 +0100
Improve slightly unsetting executable bit: use symbolic format, and improve comment.
diff --git a/debian/rules b/debian/rules
index 25de67d..afedb60 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
%:
dh $@
+# Unset executable bit on library file
override_dh_install:
dh_install
- # executable-not-elf-or-script
- chmod 644 debian/node-uglify/usr/lib/nodejs/uglify-js/process.js
+ chmod -x debian/node-uglify/usr/lib/nodejs/uglify-js/process.js
--
JavaScript parser/mangler/compressor/beautifier library for NodeJS
More information about the Pkg-javascript-commits
mailing list