summaryrefslogtreecommitdiffhomepage
path: root/contrib/package/ffluci
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/package/ffluci')
-rw-r--r--contrib/package/ffluci/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/package/ffluci/Makefile b/contrib/package/ffluci/Makefile
index 753fe889a..885411017 100644
--- a/contrib/package/ffluci/Makefile
+++ b/contrib/package/ffluci/Makefile
@@ -48,6 +48,7 @@ define Package/ffluci/install
$(CP) $(PKG_BUILD_DIR)/contrib/uci/luci_fw $(1)/etc/config/luci_fw
$(CP) -a ./ipkg/ffluci.postinst $(1)/CONTROL/postinst
$(CP) -a ./ipkg/conffiles $(1)/CONTROL/conffiles
+ rm $(DL_DIR)/$(PKG_SOURCE)
endef
$(eval $(call BuildPackage,ffluci))