[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[texlive-nonbin] 03/05: remove x bit from jar files



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

preining pushed a commit to branch master
in repository texlive-nonbin.

commit 0a969438d230293ce929300ab388fa5c9054f4a5
Author: Norbert Preining <preining@debian.org>
Date:   Sat Aug 6 12:26:31 2016 +0900

    remove x bit from jar files
---
 all/debian/rules.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/all/debian/rules.in b/all/debian/rules.in
index 365ebad..f38a3e3 100644
--- a/all/debian/rules.in
+++ b/all/debian/rules.in
@@ -144,6 +144,8 @@ ifelse(_srcpackage_,texlive-base,<:
 	find debian/texlive-*/usr/share/texlive/texmf-dist/ -name \*.bat -a -type f -exec rm '{}' \;
 	# remove x bit from files in the doc hierarchy
 	find debian/texlive-*/usr/share/doc/texlive-doc -type f -exec chmod a-x '{}' \;
+	# remove x bit from jar files
+	find debian/texlive-*/usr/share/texlive -name \*.jar -exec chmod a-x '{}' \;
 	# we also have to fix the permissions of the link targets from /usr/bin
 	bash debian/fix-bin-symlink-targets-permissions.sh
 	dh_installdeb

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-tex/texlive-nonbin.git


Reply to: