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:
5920ece
)
contrib/package: revert r6919
author
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 19 Feb 2011 21:56:32 +0000
(21:56 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 19 Feb 2011 21:56:32 +0000
(21:56 +0000)
contrib/package/luci/Makefile
patch
|
blob
|
history
diff --git
a/contrib/package/luci/Makefile
b/contrib/package/luci/Makefile
index 906b5a15f8b0b135b3399729c73cdc8ba2510ea2..53aaec1154aa68fdae25f530dcc899da62c34a49 100644
(file)
--- a/
contrib/package/luci/Makefile
+++ b/
contrib/package/luci/Makefile
@@
-87,9
+87,9
@@
define Package/luci-lib-core/install
$(call Package/luci/install/template,$(1),libs/core)
$(PKG_BUILD_DIR)/build/mkversion.sh $(1)/usr/lib/lua/luci/version.lua \
"OpenWrt Firmware" \
-
$(OPENWRTVERSION)
\
-
$(PKG_BRANCH)
\
- $(PKG_VERSION)
+
"$(OPENWRTVERSION)"
\
+
"$(PKG_BRANCH)"
\
+ "$(PKG_VERSION)"
endef
define Package/luci-lib-core/config