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: http://207.154.207.93/?a=commitdiff_plain;h=b0b594f986807468ceb234596a9b9268ac16ef5c;p=15.05%2Fopenwrt.git Fix shfs build (install destination was not set) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1045 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 $@