From 7b265d7f00e7e8b0c9d65896fe3e04c2e464453d Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Sat, 5 Aug 2017 14:49:11 +0200 Subject: [PATCH] freeswitch-stable: fix escaping Fix escaping of dollar sign, otherwise a postinst-pkg script will not be correct. Signed-off-by: Sebastian Kemper --- net/freeswitch-stable/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/freeswitch-stable/Makefile b/net/freeswitch-stable/Makefile index b5d03d2..ce7622a 100644 --- a/net/freeswitch-stable/Makefile +++ b/net/freeswitch-stable/Makefile @@ -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 |" -- 2.30.2