diff options
author | Chris Larson <clarson@kergoth.com> | 2005-02-10 17:17:41 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2005-02-10 17:17:41 +0000 |
commit | 13aca5b2a1a4755ba7040cb22b0e8d2eb216c2f5 (patch) | |
tree | 390d7ac9cdbb18a948f326660ea8d73661c6dc31 /packages/quilt/files | |
parent | 117df2399e4d5a3829e44b989b41292b29bcef30 (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')
-rw-r--r-- | packages/quilt/files/install.patch | 19 | ||||
-rw-r--r-- | packages/quilt/files/nostrip.patch | 16 |
2 files changed, 35 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 diff --git a/packages/quilt/files/nostrip.patch b/packages/quilt/files/nostrip.patch index e69de29bb2..4dedad96d4 100644 --- a/packages/quilt/files/nostrip.patch +++ b/packages/quilt/files/nostrip.patch @@ -0,0 +1,16 @@ + +# +# Patch managed by http://www.holgerschurig.de/patcher.html +# + +--- quilt-0.32/Makefile.in~nostrip ++++ quilt-0.32/Makefile.in +@@ -240,7 +240,7 @@ + @INSTALL@ -m 644 scripts/patchfns $(BUILD_ROOT)$(SCRIPTS_DIR) + + @INSTALL@ -d $(BUILD_ROOT)$(LIB_DIR) +- @INSTALL@ -m 755 -s $(LIB:%=lib/%) $(BUILD_ROOT)$(LIB_DIR)/ ++ @INSTALL@ -m 755 $(LIB:%=lib/%) $(BUILD_ROOT)$(LIB_DIR)/ + + @INSTALL@ -d $(BUILD_ROOT)$(docdir)/$(PACKAGE)-$(VERSION)/ + @INSTALL@ -m 644 doc/README \ |