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:
5c54090
)
contrib/package: mark luci trunk as 0.10+svnXXXX
author
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 11 Oct 2010 23:38:18 +0000
(23:38 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 11 Oct 2010 23:38:18 +0000
(23:38 +0000)
contrib/package/luci/Makefile
patch
|
blob
|
history
diff --git
a/contrib/package/luci/Makefile
b/contrib/package/luci/Makefile
index b1e61c545d9e458274b18e978de0dcb5299dff6f..dcc2c3c3b3283d9801775921a91c99cc416e7eea 100644
(file)
--- a/
contrib/package/luci/Makefile
+++ b/
contrib/package/luci/Makefile
@@
-10,12
+10,12
@@
PKG_NAME:=luci
PKG_RELEASE:=1
ifeq ($(USELOCAL),1)
- PKG_VERSION:=0.
9
+svn
+ PKG_VERSION:=0.
10
+svn
else
PKG_SOURCE_URL:=http://svn.luci.subsignal.org/luci/$(PKG_BRANCH)
ifeq ($(DUMP),)
PKG_REV:=$(shell LC_ALL=C svn info $(CURDIR) | sed -ne's/^Revision: //p')
- PKG_VERSION:=0.
9
+svn$(PKG_REV)
+ PKG_VERSION:=0.
10
+svn$(PKG_REV)
endif
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz