[packages] gettext: fix hardcoded shell, corrects calling libtool in intl/ after...
authorJo-Philipp Wich <[email protected]>
Wed, 15 Dec 2010 19:04:55 +0000 (19:04 +0000)
committerJo-Philipp Wich <[email protected]>
Wed, 15 Dec 2010 19:04:55 +0000 (19:04 +0000)
SVN-Revision: 24608

libs/gettext/patches/001-autotools.patch

index 7d35cf3893e0c57814d68d1ca9b1b0f5546f2d80..bf44fcbf85342194f5f9572132d4af87f62161a5 100644 (file)
        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@