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

[texlive-nonbin] 02/05: try to fix executable 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 f185cd0e869901add1c3a1ba082ac762e04c91ac
Author: Norbert Preining <preining@debian.org>
Date:   Tue Jul 19 20:37:13 2016 +0900

    try to fix executable jar files
---
 all/debian/rules.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/all/debian/rules.in b/all/debian/rules.in
index e3c8889..365ebad 100644
--- a/all/debian/rules.in
+++ b/all/debian/rules.in
@@ -43,6 +43,7 @@ install-stamp: build-stamp
 	for i in $(PACKAGES) $(METAPACKAGES) ; do \
 	  bash debian/generate-license-file $$i ; \
 	  bash debian/fix-privacy-breach $$i ; \
+	  find debian/$i/usr/share -name \*.jar -exec chmod ugo-x '{}' \; ; \
 	  if [ -r debian/$$i.links.dist ] ; then cat debian/$$i.links.dist >> debian/$$i.links ; fi ; \
 	done
 ifelse(_srcpackage_,texlive-base,<:

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


Reply to: