summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2011-12-16 16:09:36 +0100
committerJean Delvare <jdelvare@suse.de>2011-12-16 16:09:36 +0100
commit5cec78b6c13d225c35cb73efd1fa297bd2419f9a (patch)
tree40a0e8a2dfe7c708e70fcfe7d7e40aa08daf6c8d
parent7befadd522a473e796b930bebd950216adc8ab6e (diff)
downloadquilt-5cec78b6c13d225c35cb73efd1fa297bd2419f9a.tar.gz
Makefile.in: Really skip setting execute bit on scripts/patchfns
-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