diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-24 05:28:50 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-24 05:28:50 +0000 |
commit | b83862d5b42e930b7a7b11a0f77ce415f549b643 (patch) | |
tree | 79ba1c75f67a12809bb27c05a13f547d6086ea4f | |
parent | dad9fe38418633088cbfc63f7825953834dd5ccb (diff) |
Fix shfs build (install destination was not set)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1045 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/shfs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 $@ |