diff --git a/net/appweb/Makefile b/net/appweb/Makefile index bae954d1d..442e59e91 100644 --- a/net/appweb/Makefile +++ b/net/appweb/Makefile @@ -65,6 +65,7 @@ endef define Package/appweb/install ( cd $(PKG_BUILD_DIR) ; $(PKG_BUILD_DIR)/build/bin/makeInstall \ --root=$(1) --install --with-openwrt=1 binary ) + rm -rf $(1)/var endef $(eval $(call BuildPackage,appweb))