aboutsummaryrefslogtreecommitdiffstats
path: root/package/fuse
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-07-30 14:51:23 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-07-30 14:51:23 +0000
commit87031562ae11eeac354d4ba7e984ab727fda83e6 (patch)
treefe481f6a67344428c03f6103cd9569cd6a5fbaa8 /package/fuse
parentcf757dd5c291bc926c93bf6550a794636ee455fc (diff)
downloadupstream-87031562ae11eeac354d4ba7e984ab727fda83e6.tar.gz
upstream-87031562ae11eeac354d4ba7e984ab727fda83e6.tar.bz2
upstream-87031562ae11eeac354d4ba7e984ab727fda83e6.zip
fuse: put PKG_BUILD_DIR in KERNEL_BUILD_DIR
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4328 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/fuse')
-rw-r--r--package/fuse/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/fuse/Makefile b/package/fuse/Makefile
index c9eef88344..f690f56fa7 100644
--- a/package/fuse/Makefile
+++ b/package/fuse/Makefile
@@ -14,7 +14,7 @@ PKG_VERSION:=2.5.3
PKG_RELEASE:=1
PKG_MD5SUM:=9c7e8b6606b9f158ae20b8521ba2867c
-PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
+PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_URL:=@SF/$(PKG_NAME)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_CAT:=zcat