[packages] gettext: fix hardcoded shell, corrects calling libtool in intl/ after autoreconf

git-svn-id: svn://svn.openwrt.org/openwrt/packages@24608 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2010-12-15 19:04:55 +00:00
parent 7ae73d3ec1
commit 7b66c71d67

View File

@ -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@