From: Felix Fietkau Date: Mon, 15 Jan 2007 23:14:27 +0000 (+0000) Subject: fix unpacking of the dhcp6 package X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=cfa5992460fc83cd586659fc517d7d8d50ad4745;p=openwrt%2Fsvn-archive%2Fpackages.git fix unpacking of the dhcp6 package SVN-Revision: 6108 --- diff --git a/ipv6/dhcp6/Makefile b/ipv6/dhcp6/Makefile index fdf9c9801..0491eeaa3 100644 --- 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)