[packages] Use default templates instead of custom reimplementations where applicable
[openwrt/svn-archive/archive.git] / net / shorewall-lite / Makefile
index a8976fb7a4953dd98a2e19a38603b0b304676680..c0be48395c8252ec7448088a5df0b94eb11f38fc 100644 (file)
@@ -43,8 +43,6 @@ define Package/shorewall-lite/conffiles
 endef
 
 define Build/Compile
-       rm -rf $(PKG_INSTALL_DIR)
-       mkdir -p $(PKG_INSTALL_DIR)
        PREFIX=$(PKG_INSTALL_DIR) $(PKG_BUILD_DIR)/install.sh
 endef