packages/libs/libmikmod/patches/003-automake-compat.patch
jow e12297c9ac [packages] libmikmod: fix autoreconf
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24522 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-12-12 19:37:38 +00:00

17 lines
275 B
Diff

--- a/libmikmod-config.in
+++ b/libmikmod-config.in
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! @SHELL@
prefix=@prefix@
exec_prefix=@exec_prefix@
--- a/libmikmod/Makefile.in
+++ b/libmikmod/Makefile.in
@@ -1,3 +1,5 @@
+SHELL = @SHELL@
+
exec_prefix=@exec_prefix@
prefix=@prefix@