From 00fd6ce9b4e885adff76a5a66ecda3d915e6d14e Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 11 Jun 2007 08:03:46 +0000 Subject: [PATCH] Fix the PKG_BUILD dir (#1857) git-svn-id: svn://svn.openwrt.org/openwrt/packages@7554 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/pypcap/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0