summaryrefslogtreecommitdiffstats
path: root/meta/packages/quilt/files
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/quilt/files')
-rw-r--r--meta/packages/quilt/files/install.patch19
-rw-r--r--meta/packages/quilt/files/non-gnu.patch13
-rw-r--r--meta/packages/quilt/files/nostrip.patch16
3 files changed, 48 insertions, 0 deletions
diff --git a/meta/packages/quilt/files/install.patch b/meta/packages/quilt/files/install.patch
new file mode 100644
index 0000000000..4122370d6a
--- /dev/null
+++ b/meta/packages/quilt/files/install.patch
@@ -0,0 +1,19 @@
1
2#
3# Patch managed by http://www.holgerschurig.de/patcher.html
4#
5
6--- quilt-0.32/Makefile.in~install
7+++ quilt-0.32/Makefile.in
8@@ -9,9 +9,9 @@
9 libdir := @libdir@
10 datadir := @datadir@
11 docdir := @docdir@
12-mandir := $(datadir)/man
13+mandir := @mandir@
14 localedir := $(datadir)/locale
15-etcdir := $(subst /usr/etc,/etc,$(prefix)/etc)
16+etcdir := @sysconfdir@
17
18 QUILT_DIR = $(datadir)/$(PACKAGE)
19 SCRIPTS_DIR = $(QUILT_DIR)/scripts
diff --git a/meta/packages/quilt/files/non-gnu.patch b/meta/packages/quilt/files/non-gnu.patch
new file mode 100644
index 0000000000..8b07bc2923
--- /dev/null
+++ b/meta/packages/quilt/files/non-gnu.patch
@@ -0,0 +1,13 @@
1Index: quilt/Makefile.in
2===================================================================
3--- quilt.orig/Makefile.in
4+++ quilt/Makefile.in
5@@ -216,7 +216,7 @@
6 -e 's:@LOCALEDIR''@:$(localedir):g' \
7 -e 's:@DOCSUBDIR''@:$(docdir)/$(PACKAGE)-$(VERSION):g' \
8 $< > $@
9- @chmod --reference=$< $@
10+ @chmod `stat -f "%p" $<` $@
11
12 Makefile : Makefile.in
13 @echo "Please run ./configure by hand"
diff --git a/meta/packages/quilt/files/nostrip.patch b/meta/packages/quilt/files/nostrip.patch
new file mode 100644
index 0000000000..4dedad96d4
--- /dev/null
+++ b/meta/packages/quilt/files/nostrip.patch
@@ -0,0 +1,16 @@
1
2#
3# Patch managed by http://www.holgerschurig.de/patcher.html
4#
5
6--- quilt-0.32/Makefile.in~nostrip
7+++ quilt-0.32/Makefile.in
8@@ -240,7 +240,7 @@
9 @INSTALL@ -m 644 scripts/patchfns $(BUILD_ROOT)$(SCRIPTS_DIR)
10
11 @INSTALL@ -d $(BUILD_ROOT)$(LIB_DIR)
12- @INSTALL@ -m 755 -s $(LIB:%=lib/%) $(BUILD_ROOT)$(LIB_DIR)/
13+ @INSTALL@ -m 755 $(LIB:%=lib/%) $(BUILD_ROOT)$(LIB_DIR)/
14
15 @INSTALL@ -d $(BUILD_ROOT)$(docdir)/$(PACKAGE)-$(VERSION)/
16 @INSTALL@ -m 644 doc/README \