projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84f1711
)
force the use of bash over dash (closes: #1514)
author
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 25 Mar 2007 12:18:28 +0000
(12:18 +0000)
committer
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 25 Mar 2007 12:18:28 +0000
(12:18 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@6694
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
net/amwall/Makefile
patch
|
blob
|
history
diff --git
a/net/amwall/Makefile
b/net/amwall/Makefile
index
f2c696f
..
48c35f5
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