[DRE-commits] [SCM] sup-mail.git branch, master, updated. upstream/0.12.1+git20120407.aaa852f-24-gd6c7099

Per Andersson avtobiff at gmail.com
Wed Apr 25 23:33:56 UTC 2012


The following commit has been merged in the master branch:
commit d6c709947828c2104f018b9575693caaa319c3a0
Author: Per Andersson <avtobiff at gmail.com>
Date:   Thu Apr 26 01:33:13 2012 +0200

    Correct perms when installing zsh completion.

diff --git a/debian/rules b/debian/rules
index 7f8cbe6..03bc131 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,4 +21,4 @@ override_dh_install:
 	# remove sup-sync-back since it does not work yet
 	rm -f debian/sup-mail/usr/bin/sup-sync-back
 	# install zsh completion
-	install -D contrib/completion/_sup.zsh debian/sup-mail/usr/share/zsh/functions/Completion/Unix/_sup
+	install -m 0644 -D contrib/completion/_sup.zsh debian/sup-mail/usr/share/zsh/functions/Completion/Unix/_sup

-- 
sup-mail.git



More information about the Pkg-ruby-extras-commits mailing list