projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a979ca
)
same fix as for unzip
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 6 Aug 2008 00:31:07 +0000
(
00:31
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 6 Aug 2008 00:31:07 +0000
(
00:31
+0000)
SVN-Revision: 12190
utils/zip/Makefile
patch
|
blob
|
history
diff --git
a/utils/zip/Makefile
b/utils/zip/Makefile
index fe3fb0cbb5fae23d6344bc4dedf28baebf4c50a5..0468e83b12903a0599fe591abc053ce0b38c3e8d 100644
(file)
--- 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