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:
49c6ecb
)
unzip: fix breakage introduced in last cleanup
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 5 Aug 2008 23:38:24 +0000
(23:38 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 5 Aug 2008 23:38:24 +0000
(23:38 +0000)
SVN-Revision: 12187
utils/unzip/Makefile
patch
|
blob
|
history
diff --git
a/utils/unzip/Makefile
b/utils/unzip/Makefile
index 93a74e90b1ad60fe07fb675f48e483e383ee7c98..b2c712f13801fb74658bbe4b5d35cc80197e2b09 100644
(file)
--- a/
utils/unzip/Makefile
+++ b/
utils/unzip/Makefile
@@
-16,7
+16,7
@@
PKG_SOURCE:=$(PKG_NAME)552.zip
PKG_SOURCE_URL:=@SF/infozip
PKG_MD5SUM:=3d55b4e7375c3d0b81feca52dc0e4d48
-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