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=587d993ab6ecb9ee7611b5a53596adfb826e9642;p=15.05%2Fopenwrt.git Fix shfs build (install destination was not set) git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1045 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/shfs/Makefile b/package/shfs/Makefile index d696830004..32799085e0 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 $@