File: do_not_chmod_anything_in_usr_bin.patch

package info (click to toggle)
jmodeltest 2.1.10%2Bdfsg-13
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,936 kB
  • sloc: java: 16,115; xml: 61; sh: 54; makefile: 10
file content (14 lines) | stat: -rw-r--r-- 444 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Author: Andreas Tille <tille@debian.org>
Last-Update: Fri, 15 Jan 2016 21:24:19 +0100
Description: build.xml should simply not touch all files in /usr/bin

--- a/build.xml
+++ b/build.xml
@@ -59,7 +59,6 @@
 		</copy>
 		<mkdir dir="${log.dir}" />
 		<chmod perm="755" dir="${dist.dir}" includes="*.sh *.bat" />
-    <chmod perm="644" dir="${exe.dir}" includes="*" />
 	</target>
 
 	<target name="run" depends="jar" description="Run jar file">