bug-gnulib
[Top][All Lists]
Advanced

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

wrong permissions on {java,csharp}{comp,exec}.sh


From: Paolo Bonzini
Subject: wrong permissions on {java,csharp}{comp,exec}.sh
Date: Wed, 17 Jan 2007 15:44:48 +0100
User-agent: Thunderbird 1.5.0.9 (Macintosh/20061207)

Is the attached patch okay? It is needed to make sure the files are created as executable.

Thanks,

Paolo
2006-01-17  Paolo Bonzini  <address@hidden>

        * modules/csharpcomp-script, modules/csharpexec-script,
        modules/javacomp-script, modules/javaexec-script: Add chmod +x
        in the configure.ac section.

Index: gnulib/modules/csharpcomp-script
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/csharpcomp-script,v
retrieving revision 1.3
diff -u -r1.3 csharpcomp-script
--- gnulib/modules/csharpcomp-script    31 Jul 2006 14:44:16 -0000      1.3
+++ gnulib/modules/csharpcomp-script    17 Jan 2007 14:34:26 -0000
@@ -10,7 +10,7 @@
 
 configure.ac:
 AC_REQUIRE([gt_CSHARPCOMP])
-AC_CONFIG_FILES([csharpcomp.sh:build-aux/csharpcomp.sh.in])
+AC_CONFIG_FILES([csharpcomp.sh:build-aux/csharpcomp.sh.in], [chmod +x 
csharpcomp.sh])
 
 Makefile.am:
 
Index: gnulib/modules/csharpexec-script
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/csharpexec-script,v
retrieving revision 1.1
diff -u -r1.1 csharpexec-script
--- gnulib/modules/csharpexec-script    16 Jan 2007 13:22:25 -0000      1.1
+++ gnulib/modules/csharpexec-script    17 Jan 2007 14:34:26 -0000
@@ -10,7 +10,7 @@
 
 configure.ac:
 # You need to invoke gt_CSHARPEXEC yourself, possibly with arguments.
-AC_CONFIG_FILES([csharpexec.sh:build-aux/csharpexec.sh.in])
+AC_CONFIG_FILES([csharpexec.sh:build-aux/csharpexec.sh.in], [chmod +x 
csharpexec.sh])
 
 Makefile.am:
 
Index: gnulib/modules/javacomp-script
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/javacomp-script,v
retrieving revision 1.3
diff -u -r1.3 javacomp-script
--- gnulib/modules/javacomp-script      31 Jul 2006 14:44:16 -0000      1.3
+++ gnulib/modules/javacomp-script      17 Jan 2007 14:34:26 -0000
@@ -9,7 +9,7 @@
 
 configure.ac:
 # You need to invoke gt_JAVACOMP yourself, possibly with arguments.
-AC_CONFIG_FILES([javacomp.sh:build-aux/javacomp.sh.in])
+AC_CONFIG_FILES([javacomp.sh:build-aux/javacomp.sh.in], [chmod +x javacomp.sh])
 
 Makefile.am:
 
Index: gnulib/modules/javaexec-script
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/javaexec-script,v
retrieving revision 1.1
diff -u -r1.1 javaexec-script
--- gnulib/modules/javaexec-script      16 Jan 2007 12:43:13 -0000      1.1
+++ gnulib/modules/javaexec-script      17 Jan 2007 14:34:26 -0000
@@ -9,7 +9,7 @@
 
 configure.ac:
 # You need to invoke gt_JAVAEXEC yourself, possibly with arguments.
-AC_CONFIG_FILES([javaexec.sh:build-aux/javaexec.sh.in])
+AC_CONFIG_FILES([javaexec.sh:build-aux/javaexec.sh.in], [chmod +x javaexec.sh])
 
 Makefile.am:
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]