projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3dcdf92
)
lua: fix a typo
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 27 Oct 2009 21:28:15 +0000
(21:28 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 27 Oct 2009 21:28:15 +0000
(21:28 +0000)
SVN-Revision: 18190
package/lua/Makefile
patch
|
blob
|
history
diff --git
a/package/lua/Makefile
b/package/lua/Makefile
index e314341d94f3cbebaf0c4b12c12848e4bc204430..9d9c77b9e4fc1313e7f3cdb1bf09e75332214a00 100644
(file)
--- a/
package/lua/Makefile
+++ b/
package/lua/Makefile
@@
-111,7
+111,7
@@
define Build/Compile
install
endef
-define
Build
/Configure
+define
Host
/Configure
$(SED) 's,"/usr/local/","$(STAGING_DIR_HOST)/",' $(HOST_BUILD_DIR)/src/luaconf.h
endef