From: Felix Fietkau Date: Wed, 6 Aug 2008 00:31:07 +0000 (+0000) Subject: same fix as for unzip X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=8e7891126dfcc5c3e3a41b34f13e74cd6cbd9b53;p=openwrt%2Fsvn-archive%2Fpackages.git same fix as for unzip SVN-Revision: 12190 --- 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