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:
1a87c7b
)
contrib/package: avoid duplicate quoting of openwrt release var (#202)
author
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 19 Feb 2011 21:18:06 +0000
(21:18 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 19 Feb 2011 21:18:06 +0000
(21:18 +0000)
contrib/package/luci/Makefile
patch
|
blob
|
history
diff --git
a/contrib/package/luci/Makefile
b/contrib/package/luci/Makefile
index 53aaec1154aa68fdae25f530dcc899da62c34a49..906b5a15f8b0b135b3399729c73cdc8ba2510ea2 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