Fix the PKG_BUILD dir (#1857)
authorFlorian Fainelli <florian@openwrt.org>
Mon, 11 Jun 2007 08:03:46 +0000 (08:03 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Mon, 11 Jun 2007 08:03:46 +0000 (08:03 +0000)
SVN-Revision: 7554

net/pypcap/Makefile

index c8def4ef0c2b3d9bb34b04464d739126a2ed78e9..84c5fccdb1ca9e4fa77f6577c43ba0312b1c06ab 100644 (file)
@@ -8,7 +8,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://pypcap.googlecode.com/files
 PKG_CAT:=zcat
 
-PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
+PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
 PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
 
 include $(INCLUDE_DIR)/package.mk