projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0dfdee2
)
[packages] gettext: fix hardcoded shell, corrects calling libtool in intl/ after...
author
Jo-Philipp Wich
<
[email protected]
>
Wed, 15 Dec 2010 19:04:55 +0000
(19:04 +0000)
committer
Jo-Philipp Wich
<
[email protected]
>
Wed, 15 Dec 2010 19:04:55 +0000
(19:04 +0000)
SVN-Revision: 24608
libs/gettext/patches/001-autotools.patch
patch
|
blob
|
history
diff --git
a/libs/gettext/patches/001-autotools.patch
b/libs/gettext/patches/001-autotools.patch
index 7d35cf3893e0c57814d68d1ca9b1b0f5546f2d80..bf44fcbf85342194f5f9572132d4af87f62161a5 100644
(file)
--- a/
libs/gettext/patches/001-autotools.patch
+++ b/
libs/gettext/patches/001-autotools.patch
@@
-22,3
+22,14
@@
for file in $(man_HTML); do \
if test -f $$file; then dir=.; else dir=$(srcdir); fi; \
$(INSTALL_DATA) $$dir/$$file $(DESTDIR)$(htmldir)/$$file; \
+--- a/gettext-runtime/intl/Makefile.in
++++ b/gettext-runtime/intl/Makefile.in
+@@ -19,7 +19,7 @@
+ PACKAGE = @PACKAGE@
+ VERSION = @VERSION@
+
+-SHELL = /bin/sh
++SHELL = @SHELL@
+
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@