summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in2
-rw-r--r--quilt.changes5
2 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 06b5f78..797eced 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -275,7 +275,7 @@ $(patsubst %.in,%,$(wildcard bin/*.in quilt/*.in quilt/scripts/*.in)) :: Makefil
-e 's:@LOCALEDIR''@:$(localedir):g' \
-e 's:@DOCSUBDIR''@:$(docdir):g' \
$< > $@
- @$(if $(filter-out $<,$(NON_EXEC_IN)),chmod +x $@)
+ @$(if $(filter $@,$(NON_EXEC_IN)),,chmod +x $@)
lib/backup-files.o :: Makefile
diff --git a/quilt.changes b/quilt.changes
index d5f5222..b12ef69 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Fri Dec 16 16:01:38 CET 2011 - jdelvare@suse.de
+
+- Makefile.in: Really skip setting execute bit on scripts/patchfns.
+
+-------------------------------------------------------------------
Fri Dec 16 15:56:46 CET 2011 - jdelvare@suse.de
- configure*, Makefile.in: Use the standard docdir definition, so