projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
258182d
)
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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1045
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
openwrt/package/shfs/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/shfs/Makefile
b/openwrt/package/shfs/Makefile
index
d696830
..
3279908
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 $@