freeswitch-stable: fix escaping 175/head
authorSebastian Kemper <sebastian_ml@gmx.net>
Sat, 5 Aug 2017 12:49:11 +0000 (14:49 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sat, 5 Aug 2017 12:49:13 +0000 (14:49 +0200)
Fix escaping of dollar sign, otherwise a postinst-pkg script will not be
correct.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
net/freeswitch-stable/Makefile

index b5d03d2a2549601bfa1b51585a00b8339230d76d..ce7622aaf6b69d932c1671cb0fb0de60ca780a25 100644 (file)
@@ -608,7 +608,7 @@ endef
 ifeq ($(1)$(CONFIG_FS_STABLE_WITH_LIBEDIT),fs_cli)
 define Package/$(PKG_NAME)-util-$(1)/postinst
 #!/bin/sh
-if [ -z "$${IPKG_INSTROOT}" ]; then
+if [ -z "$$$${IPKG_INSTROOT}" ]; then
   echo
   echo "o-------------------------------------------------------------------o"
   echo "| fs_cli note                                                       |"