projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dafff0a
)
force the use of bash over dash (closes: #1514)
author
Nicolas Thill
<nico@openwrt.org>
Sun, 25 Mar 2007 12:18:28 +0000
(12:18 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sun, 25 Mar 2007 12:18:28 +0000
(12:18 +0000)
SVN-Revision: 6694
net/amwall/Makefile
patch
|
blob
|
history
diff --git
a/net/amwall/Makefile
b/net/amwall/Makefile
index f2c696fe582b4c7962aa348fec19c49100fc1122..48c35f5c147a5fb0bd5cd84202d526c89b13f21f 100644
(file)
--- a/
net/amwall/Makefile
+++ b/
net/amwall/Makefile
@@
-42,6
+42,7
@@
define Build/Compile
PREFIX="/usr" \
CONFIG="$(PKG_BUILD_DIR)/etc/amsel" \
DESTDIR="$(PKG_INSTALL_DIR)" \
+ SHELL="/bin/bash" \
all install
endef