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:
1c68f64
)
miniupnpd: fix package postinstall
author
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 16 Mar 2013 22:10:18 +0000
(22:10 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 16 Mar 2013 22:10:18 +0000
(22:10 +0000)
SVN-Revision: 36057
net/miniupnpd/Makefile
patch
|
blob
|
history
diff --git
a/net/miniupnpd/Makefile
b/net/miniupnpd/Makefile
index f8d5f3735e274a36bb73b75298749d3b824b7c0f..0edd5d8a1349d67afb46c7924cb41fe92b39fd99 100644
(file)
--- a/
net/miniupnpd/Makefile
+++ b/
net/miniupnpd/Makefile
@@
-35,7
+35,7
@@
define Package/miniupnpd/postinst
#!/bin/sh
if [ -z "$$IPKG_INSTROOT" ]; then
- . /etc/uci-defaults/99-miniupnpd
+ ( . /etc/uci-defaults/99-miniupnpd )
rm -f /etc/uci-defaults/99-miniupnpd
fi