From: Josh Powers Date: Mon, 21 Nov 2022 17:32:37 +0000 (-0700) Subject: privoxy: fix postinst missing $ X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=46e4def61f6b670daac1725df8f3fc4475fe5450;p=feed%2Fpackages.git privoxy: fix postinst missing $ fixes: #19949 Signed-off-by: Josh Powers --- diff --git a/net/privoxy/Makefile b/net/privoxy/Makefile index 6ce0574afb..9f859c4eb6 100644 --- a/net/privoxy/Makefile +++ b/net/privoxy/Makefile @@ -158,7 +158,7 @@ endef define Package/privoxy/postinst #!/bin/sh # if exists, update previous version entry missing protocol - (grep -E "privoxy.*8118$" $${IPKG_INSTROOT}/etc/services) > /dev/null \ + (grep -E "privoxy.*8118$$" $${IPKG_INSTROOT}/etc/services) > /dev/null \ && sed -i "s/privoxy.*8118/privoxy\t\t8118\/tcp/" $${IPKG_INSTROOT}/etc/services # add missing tcp and udp entries