summaryrefslogtreecommitdiff
path: root/packages/quilt/quilt-0.39/non-gnu.patch
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2006-08-07 11:11:46 +0000
committerFlorian Boor <florian.boor@kernelconcepts.de>2006-08-07 11:11:46 +0000
commit298dd441a0efb859be6fc0da4b3ae069e3b1de3f (patch)
tree32c081aca477ae67b953f441331ccb186654e009 /packages/quilt/quilt-0.39/non-gnu.patch
parentaf5f0bd309b34453fcc397c05ed34c33f53f33ef (diff)
parent578337a073332bac0da58ce23ded325ae294b035 (diff)
merge of 70cd861a84040db0f14008d8552b1f2dbc5c8084
and a7904b535294d222e83d153c9fc22b575a5952c4
Diffstat (limited to 'packages/quilt/quilt-0.39/non-gnu.patch')
-rw-r--r--packages/quilt/quilt-0.39/non-gnu.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/quilt/quilt-0.39/non-gnu.patch b/packages/quilt/quilt-0.39/non-gnu.patch
new file mode 100644
index 0000000000..8b07bc2923
--- /dev/null
+++ b/packages/quilt/quilt-0.39/non-gnu.patch
@@ -0,0 +1,13 @@
+Index: quilt/Makefile.in
+===================================================================
+--- quilt.orig/Makefile.in
++++ quilt/Makefile.in
+@@ -216,7 +216,7 @@
+ -e 's:@LOCALEDIR''@:$(localedir):g' \
+ -e 's:@DOCSUBDIR''@:$(docdir)/$(PACKAGE)-$(VERSION):g' \
+ $< > $@
+- @chmod --reference=$< $@
++ @chmod `stat -f "%p" $<` $@
+
+ Makefile : Makefile.in
+ @echo "Please run ./configure by hand"