summaryrefslogtreecommitdiff
path: root/packages/quilt/files/install.patch
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2005-02-10 17:17:41 +0000
committerChris Larson <clarson@kergoth.com>2005-02-10 17:17:41 +0000
commit13aca5b2a1a4755ba7040cb22b0e8d2eb216c2f5 (patch)
tree390d7ac9cdbb18a948f326660ea8d73661c6dc31 /packages/quilt/files/install.patch
parent117df2399e4d5a3829e44b989b41292b29bcef30 (diff)
Merge oe-devel@oe-devel.bkbits.net:openembedded
into odin.sc.ti.com:/home/kergoth/code/user/oe/openembedded 2005/02/10 11:17:25-06:00 ti.com!kergoth Add quilt 0.39. BKrev: 420b9735QUqhHp3AHqprbuBk5hQOmg
Diffstat (limited to 'packages/quilt/files/install.patch')
-rw-r--r--packages/quilt/files/install.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/quilt/files/install.patch b/packages/quilt/files/install.patch
index e69de29bb2..4122370d6a 100644
--- a/packages/quilt/files/install.patch
+++ b/packages/quilt/files/install.patch
@@ -0,0 +1,19 @@
+
+#
+# Patch managed by http://www.holgerschurig.de/patcher.html
+#
+
+--- quilt-0.32/Makefile.in~install
++++ quilt-0.32/Makefile.in
+@@ -9,9 +9,9 @@
+ libdir := @libdir@
+ datadir := @datadir@
+ docdir := @docdir@
+-mandir := $(datadir)/man
++mandir := @mandir@
+ localedir := $(datadir)/locale
+-etcdir := $(subst /usr/etc,/etc,$(prefix)/etc)
++etcdir := @sysconfdir@
+
+ QUILT_DIR = $(datadir)/$(PACKAGE)
+ SCRIPTS_DIR = $(QUILT_DIR)/scripts