diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-24 05:28:50 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-24 05:28:50 +0000 |
commit | b75773dd0cdfeaf338f568c9192cc2f7e964e2fb (patch) | |
tree | 4ad971875c7d606955f309823511e52d518cd532 /openwrt | |
parent | fbaddc60499b0d6d632cb8e630d0707d637cbfbf (diff) | |
download | mtk-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')
-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 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 $@ |