From: florian Date: Mon, 11 Jun 2007 08:03:46 +0000 (+0000) Subject: Fix the PKG_BUILD dir (#1857) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=00fd6ce9b4e885adff76a5a66ecda3d915e6d14e;p=packages.git Fix the PKG_BUILD dir (#1857) git-svn-id: svn://svn.openwrt.org/openwrt/packages@7554 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/pypcap/Makefile b/net/pypcap/Makefile index c8def4ef0..84c5fccdb 100644 --- a/net/pypcap/Makefile +++ b/net/pypcap/Makefile @@ -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