contrib/freifunk-policyrouting: Escape $ in Makefile

This commit is contained in:
Manuel Munz 2013-03-27 11:34:56 +00:00
parent 52eee5e701
commit 7ab501f9cd

View file

@ -38,7 +38,7 @@ endef
define Package/freifunk-policyrouting/postinst
#!/bin/sh
[ -n "${IPKG_INSTROOT}" ] || {
[ -n "$${IPKG_INSTROOT}" ] || {
/etc/init.d/freifunk-policyrouting enabled || /etc/init.d/freifunk-policyrouting enable
exit 0
}