fuse: put PKG_BUILD_DIR in KERNEL_BUILD_DIR
SVN-Revision: 4328
This commit is contained in:
parent
9f07737cdd
commit
d4af14883e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue