From: nbd Date: Wed, 6 Aug 2008 00:31:07 +0000 (+0000) Subject: same fix as for unzip X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=90e8e67b369a4ebf2ef8dc679acec008e9be88aa;p=packages.git same fix as for unzip git-svn-id: svn://svn.openwrt.org/openwrt/packages@12190 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/utils/zip/Makefile b/utils/zip/Makefile index fe3fb0cbb..0468e83b1 100644 --- a/utils/zip/Makefile +++ b/utils/zip/Makefile @@ -16,7 +16,7 @@ PKG_SOURCE:=$(PKG_NAME)232.zip PKG_SOURCE_URL:=@SF/infozip PKG_MD5SUM:=da947ed356e5fdb30ff4bc3dc7698f33 -PKG_UNPACK:=unzip -d $(PKG_BUILD_DIR)/ $(DL_DIR)/$(PKG_SOURCE) +PKG_UNPACK=unzip -d $(PKG_BUILD_DIR)/ $(DL_DIR)/$(PKG_SOURCE) include $(INCLUDE_DIR)/package.mk