diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-24 05:28:50 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-24 05:28:50 +0000 |
commit | b7c0ee3e2d086d26230d61c675924c6934ccfac5 (patch) | |
tree | 4ad971875c7d606955f309823511e52d518cd532 | |
parent | c0b21d74e26b2d3c79761679759614b530424077 (diff) |
Fix shfs build (install destination was not set)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1045 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | openwrt/package/shfs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/shfs/Makefile b/openwrt/package/shfs/Makefile index d69683000..32799085e 100644 --- a/openwrt/package/shfs/Makefile +++ b/openwrt/package/shfs/Makefile @@ -31,6 +31,7 @@ $(PKG_BUILD_DIR)/.built: LINKER="$(TARGET_CC)" \ KERNEL="$(LINUX_VERSION)" \ KERNEL_SOURCES="$(LINUX_DIR)" \ + ROOT="$(PKG_INSTALL_DIR)" \ all install touch $@ |