summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/quilt/files/non-gnu.patch
blob: 8b07bc292358d26c955f83ccc1de9edc7b7f5b5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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"