summaryrefslogtreecommitdiffstats
path: root/openwrt/package/shfs/Makefile
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-24 05:28:50 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-24 05:28:50 +0000
commitb7c0ee3e2d086d26230d61c675924c6934ccfac5 (patch)
tree4ad971875c7d606955f309823511e52d518cd532 /openwrt/package/shfs/Makefile
parentc0b21d74e26b2d3c79761679759614b530424077 (diff)
Fix shfs build (install destination was not set)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1045 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/shfs/Makefile')
-rw-r--r--openwrt/package/shfs/Makefile1
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 $@