From: Nicolas Thill Date: Thu, 18 Jan 2007 15:52:03 +0000 (+0000) Subject: fix dhcp6 unpacking X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=8b86cc50e4bf1a11721ee72e2d6b80ce5a534285;p=openwrt%2Fsvn-archive%2Farchive.git fix dhcp6 unpacking SVN-Revision: 6127 --- diff --git a/ipv6/dhcp6/Makefile b/ipv6/dhcp6/Makefile index 0491eeaa35..6dafeef641 100644 --- a/ipv6/dhcp6/Makefile +++ b/ipv6/dhcp6/Makefile @@ -15,9 +15,9 @@ PKG_RELEASE:=1 PKG_SOURCE:=dhcpv6-linux-$(PKG_VERSION).zip PKG_SOURCE_URL:=@SF/dhcpv6-linux PKG_MD5SUM:=86193dfa62137db3ea459543db4f1102 -PKG_UNPACK:=unzip -d $(PKG_BUILD_DIR)/ $(DL_DIR)/$(PKG_SOURCE) PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) +PKG_UNPACK:=unzip -d $(PKG_BUILD_DIR)/ $(DL_DIR)/$(PKG_SOURCE) include $(INCLUDE_DIR)/package.mk