summaryrefslogtreecommitdiffstats
path: root/package/shfs
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
commitb83862d5b42e930b7a7b11a0f77ce415f549b643 (patch)
tree79ba1c75f67a12809bb27c05a13f547d6086ea4f /package/shfs
parentdad9fe38418633088cbfc63f7825953834dd5ccb (diff)
Fix shfs build (install destination was not set)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1045 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/shfs')
-rw-r--r--package/shfs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/shfs/Makefile b/package/shfs/Makefile
index d69683000..32799085e 100644
--- a/package/shfs/Makefile
+++ b/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 $@