X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=luci.mk;h=5a6e5fdd2c0857142fd7fe79329b972d919a05e6;hb=19dedbae609d4f8ac41808d8d9da42aab51d6d17;hp=935de61c3dd833b4c3409ccdce5275aa62fb7fda;hpb=185b84bc9d924780fd390bb3cfd69066c3044dfc;p=oweals%2Fluci.git diff --git a/luci.mk b/luci.mk index 935de61c3..5a6e5fdd2 100644 --- a/luci.mk +++ b/luci.mk @@ -86,7 +86,7 @@ PKG_GITBRANCH?=$(if $(DUMP),x,$(strip $(shell \ PKG_RELEASE?=1 PKG_INSTALL:=$(if $(realpath src/Makefile),1) -PKG_BUILD_DEPENDS += lua/host luci-base/host LUCI_CSSTIDY:csstidy/host $(LUCI_BUILD_DEPENDS) +PKG_BUILD_DEPENDS += lua/host luci-base/host LUCI_CSSTIDY:csstidy/host LUCI_SRCDIET:luasrcdiet/host $(LUCI_BUILD_DEPENDS) PKG_CONFIG_DEPENDS += CONFIG_LUCI_SRCDIET CONFIG_LUCI_JSMIN CONFIG_LUCI_CSSTIDY PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) @@ -219,6 +219,7 @@ ifneq ($(LUCI_DEFAULTS),) define Package/$(PKG_NAME)/postinst [ -n "$${IPKG_INSTROOT}" ] || {$(foreach script,$(LUCI_DEFAULTS), (. /etc/uci-defaults/$(script)) && rm -f /etc/uci-defaults/$(script)) + rm -f /tmp/luci-indexcache exit 0 } endef