From: Nicolas Thill Date: Tue, 24 May 2005 05:28:50 +0000 (+0000) Subject: Fix shfs build (install destination was not set) X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b75773dd0cdfeaf338f568c9192cc2f7e964e2fb;p=librecmc%2Flibrecmc.git Fix shfs build (install destination was not set) SVN-Revision: 1045 --- diff --git a/openwrt/package/shfs/Makefile b/openwrt/package/shfs/Makefile index d696830004..32799085e0 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 $@