From 9172e6100455e2ead75a166ca243cd4ef983fc00 Mon Sep 17 00:00:00 2001 From: kiddin9 <48883331+kiddin9@users.noreply.github.com> Date: Sun, 12 Apr 2026 20:36:56 +0800 Subject: [PATCH] Update Makefile --- luci-app-coredns/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/luci-app-coredns/Makefile b/luci-app-coredns/Makefile index e7b24ed9..0b9f490f 100644 --- a/luci-app-coredns/Makefile +++ b/luci-app-coredns/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-coredns PKG_VERSION:=1.1.0 -PKG_RELEASE:=1 +PKG_RELEASE:=1 LUCI_TITLE:=LuCI Support for coredns LUCI_PKGARCH:=all @@ -22,10 +22,8 @@ endef define Package/$(PKG_NAME)/postinst #!/bin/sh - chmod +x /etc/init.d/coredns - chmod +x /usr/share/coredns/*.sh - rm -rf /usr/lib/lua/luci/i18n/coredns.zh-cn.lmo - cp /usr/share/coredns/coredns.zh-cn.lmo /usr/lib/lua/luci/i18n/ + chmod +x $${IPKG_INSTROOT}/etc/init.d/coredns + chmod +x $${IPKG_INSTROOT}/usr/share/coredns/*.sh endef define Package/$(PKG_NAME)/prerm