From 90e8e67b369a4ebf2ef8dc679acec008e9be88aa Mon Sep 17 00:00:00 2001 From: nbd Date: Wed, 6 Aug 2008 00:31:07 +0000 Subject: [PATCH] same fix as for unzip git-svn-id: svn://svn.openwrt.org/openwrt/packages@12190 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- utils/zip/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0