summaryrefslogtreecommitdiff
path: root/openwrt/package
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-05-24 05:28:50 +0000
committerNicolas Thill <nico@openwrt.org>2005-05-24 05:28:50 +0000
commitb75773dd0cdfeaf338f568c9192cc2f7e964e2fb (patch)
tree4ad971875c7d606955f309823511e52d518cd532 /openwrt/package
parentfbaddc60499b0d6d632cb8e630d0707d637cbfbf (diff)
downloadmtk-20170518-b75773dd0cdfeaf338f568c9192cc2f7e964e2fb.zip
mtk-20170518-b75773dd0cdfeaf338f568c9192cc2f7e964e2fb.tar.gz
mtk-20170518-b75773dd0cdfeaf338f568c9192cc2f7e964e2fb.tar.bz2
Fix shfs build (install destination was not set)
SVN-Revision: 1045
Diffstat (limited to 'openwrt/package')
-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 d696830..3279908 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 $@