summaryrefslogtreecommitdiff
path: root/meta/packages/quilt/files/non-gnu.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/quilt/files/non-gnu.patch')
-rw-r--r--meta/packages/quilt/files/non-gnu.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta/packages/quilt/files/non-gnu.patch b/meta/packages/quilt/files/non-gnu.patch
deleted file mode 100644
index 8b07bc292..000000000
--- a/meta/packages/quilt/files/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"