projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9384c1c
)
same fix as for unzip
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 6 Aug 2008 00:31:07 +0000
(
00:31
+0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 6 Aug 2008 00:31:07 +0000
(
00:31
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12190
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
utils/zip/Makefile
patch
|
blob
|
history
diff --git
a/utils/zip/Makefile
b/utils/zip/Makefile
index
fe3fb0c
..
0468e83
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