From a615397c864f3458ce0238aa52bfa5f6412abef0 Mon Sep 17 00:00:00 2001 From: kiddin9 <48883331+kiddin9@users.noreply.github.com> Date: Sun, 12 Apr 2026 20:19:02 +0800 Subject: [PATCH] Update Makefile --- luci-app-my-dnshelper/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/luci-app-my-dnshelper/Makefile b/luci-app-my-dnshelper/Makefile index 7c34bb3d..3de662f6 100644 --- a/luci-app-my-dnshelper/Makefile +++ b/luci-app-my-dnshelper/Makefile @@ -17,9 +17,9 @@ LUCI_DEPENDS:=+my-dnshelper define Package/$(PKG_NAME)/postinst #!/bin/sh - chmod a+x ${IPKG_INSTROOT}/etc/init.d/my-dnshelper >/dev/null 2>&1 || echo "" - chmod a+x ${IPKG_INSTROOT}/usr/share/my-dnshelper/* >/dev/null 2>&1 || echo "" - chmod a+x ${IPKG_INSTROOT}/usr/bin/my-dnshelper >/dev/null 2>&1 || echo "" + chmod a+x $${IPKG_INSTROOT}/etc/init.d/my-dnshelper >/dev/null 2>&1 || echo "" + chmod a+x $${IPKG_INSTROOT}/usr/share/my-dnshelper/* >/dev/null 2>&1 || echo "" + chmod a+x $${IPKG_INSTROOT}/usr/bin/my-dnshelper >/dev/null 2>&1 || echo "" exit 0 endef