mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@386 311d38ba-8fff-0310-9ca6-ca027cbcb966
14 lines
412 B
Diff
14 lines
412 B
Diff
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"
|