diff --git a/src/packages/fff/fff-web-hood/Makefile b/src/packages/fff/fff-web-hood/Makefile index e6f8363..18ffb57 100644 --- a/src/packages/fff/fff-web-hood/Makefile +++ b/src/packages/fff/fff-web-hood/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=fff-web-hood -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) @@ -25,6 +25,7 @@ define Build/Compile endef define Package/fff-web-hood/install + $(INSTALL_DIR) $(1)/www/hood $(CP) ./files/* $(1)/ endef diff --git a/src/packages/fff/fff-web-hood/files/www/hood/.keep b/src/packages/fff/fff-web-hood/files/www/hood/.keep deleted file mode 100644 index e69de29..0000000