From: Jo-Philipp Wich Date: Sat, 16 Mar 2013 22:10:18 +0000 (+0000) Subject: miniupnpd: fix package postinstall X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=1c6f6cf29b1fe38fef42df9b43ff025ef263bd3d;p=openwrt%2Fsvn-archive%2Farchive.git miniupnpd: fix package postinstall SVN-Revision: 36057 --- diff --git a/net/miniupnpd/Makefile b/net/miniupnpd/Makefile index f8d5f3735e..0edd5d8a13 100644 --- 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