miniupnpd: fix package postinstall
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 16 Mar 2013 22:10:18 +0000 (22:10 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 16 Mar 2013 22:10:18 +0000 (22:10 +0000)
SVN-Revision: 36057

net/miniupnpd/Makefile

index f8d5f3735e274a36bb73b75298749d3b824b7c0f..0edd5d8a1349d67afb46c7924cb41fe92b39fd99 100644 (file)
@@ -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