projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95d9a3a
)
fix unpacking of the dhcp6 package
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 15 Jan 2007 23:14:27 +0000
(23:14 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 15 Jan 2007 23:14:27 +0000
(23:14 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@6108
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
ipv6/dhcp6/Makefile
patch
|
blob
|
history
diff --git
a/ipv6/dhcp6/Makefile
b/ipv6/dhcp6/Makefile
index
fdf9c98
..
0491eea
100644
(file)
--- a/
ipv6/dhcp6/Makefile
+++ b/
ipv6/dhcp6/Makefile
@@
-15,7
+15,7
@@
PKG_RELEASE:=1
PKG_SOURCE:=dhcpv6-linux-$(PKG_VERSION).zip
PKG_SOURCE_URL:=@SF/dhcpv6-linux
PKG_MD5SUM:=86193dfa62137db3ea459543db4f1102
-PKG_
CAT:=unzip
+PKG_
UNPACK:=unzip -d $(PKG_BUILD_DIR)/ $(DL_DIR)/$(PKG_SOURCE)
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)