summaryrefslogtreecommitdiff
path: root/packages/quilt/quilt-0.39/non-gnu.patch
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-01-14 23:14:10 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-01-14 23:14:10 +0000
commitaa59c6f117e3223fd58faffd9947dcd94a3881d5 (patch)
treec9a3a199a0fd120d3ed90736fdeb789b2ed35afe /packages/quilt/quilt-0.39/non-gnu.patch
parent188f616ebe2b39f1975f23f4029bbd09f0554102 (diff)
quilt: update to quilt 0.46. Fixes 1960.
* rstreamline bb * move version 0.39 to packages/obsolete
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, 0 insertions, 13 deletions
diff --git a/packages/quilt/quilt-0.39/non-gnu.patch b/packages/quilt/quilt-0.39/non-gnu.patch
deleted file mode 100644
index 8b07bc2923..0000000000
--- a/packages/quilt/quilt-0.39/non-gnu.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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"