projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3024ed7
)
Fix the PKG_BUILD dir (#1857)
author
Florian Fainelli
<florian@openwrt.org>
Mon, 11 Jun 2007 08:03:46 +0000
(08:03 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Mon, 11 Jun 2007 08:03:46 +0000
(08:03 +0000)
SVN-Revision: 7554
net/pypcap/Makefile
patch
|
blob
|
history
diff --git
a/net/pypcap/Makefile
b/net/pypcap/Makefile
index c8def4ef0c2b3d9bb34b04464d739126a2ed78e9..84c5fccdb1ca9e4fa77f6577c43ba0312b1c06ab 100644
(file)
--- 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