diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-02-19 21:56:32 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-02-19 21:56:32 +0000 |
commit | a9db1f2b7423a2a95c3832ca3df7c3a2d5e621d2 (patch) | |
tree | 5b5ec93fc0e1bedae266d4114990ace1b0b31122 /contrib | |
parent | 5920ece73f36b5ebc3676eb546283446fd06e68e (diff) |
contrib/package: revert r6919
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/package/luci/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index 906b5a15f..53aaec115 100644 --- 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 |