projects
/
lede.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbaddc6
)
Fix shfs build (install destination was not set)
author
Nicolas Thill
<nico@openwrt.org>
Tue, 24 May 2005 05:28:50 +0000
(
05:28
+0000)
committer
Nicolas Thill
<nico@openwrt.org>
Tue, 24 May 2005 05:28:50 +0000
(
05:28
+0000)
SVN-Revision: 1045
openwrt/package/shfs/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/shfs/Makefile
b/openwrt/package/shfs/Makefile
index d696830004d7ea93fff9e1be5aef75985ea266f9..32799085e0400327cfb20a70c0ca39874c954010 100644
(file)
--- 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 $@