File: chmod

package info (click to toggle)
plm 2.9.2-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 18,008 kB
  • sloc: java: 33,607; ansic: 4,069; python: 2,558; xml: 230; perl: 106; makefile: 63; sh: 17; javascript: 14
file content (20 lines) | stat: -rw-r--r-- 620 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
The new upstream packages lose the exec bit, so we need to restore it.

---
 build.xml |    2 ++
 1 file changed, 2 insertions(+)

Index: b/build.xml
===================================================================
--- a/build.xml
+++ b/build.xml
@@ -231,7 +231,9 @@
 	   <arg value="l10n/engine/fr.po"/>
 	   <redirector output="errors-msgstr.txt" alwayslog="true"/>           
       </exec>
+      <chmod file="./check_pseudoMD.pl" perm="ugo+x" />
       <exec executable="./check_pseudoMD.pl" />
+      <chmod file="./checkDave.pl" perm="ugo+x" />
       <exec executable="./checkDave.pl" />
     </target>