From: jow Date: Wed, 15 Dec 2010 19:04:55 +0000 (+0000) Subject: [packages] gettext: fix hardcoded shell, corrects calling libtool in intl/ after... X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=7b66c71d67b448c838d07d7fa463e246f861e589;p=packages.git [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 --- diff --git a/libs/gettext/patches/001-autotools.patch b/libs/gettext/patches/001-autotools.patch index 7d35cf389..bf44fcbf8 100644 --- 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@