projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0bc937
)
* luci/build: fix bashism in module.mk
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 19 Aug 2008 23:28:46 +0000
(23:28 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 19 Aug 2008 23:28:46 +0000
(23:28 +0000)
build/module.mk
patch
|
blob
|
history
diff --git
a/build/module.mk
b/build/module.mk
index f54037850feb68475f3bb79642731b59c68487af..7a5cc32cee1d97ca6da4c0d894b8580fe2666a88 100644
(file)
--- a/
build/module.mk
+++ b/
build/module.mk
@@
-17,7
+17,7
@@
clean: luaclean
i18n:
[ -n "$(XSLTPROC)" ] && for i in luasrc/i18n/*.xml; do [ -f "$$i" ]\
- && $(XSLTPROC) $(MAKEPATH)i18n-lua-xhtml1.xsl $$i > $${i
/.xml/.lua}
; done || true
+ && $(XSLTPROC) $(MAKEPATH)i18n-lua-xhtml1.xsl $$i > $${i
%%[.]xml}.lua
; done || true
luasource:
mkdir -p dist$(LUA_MODULEDIR)