projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d76d8a
)
contrib/package: be trunk
author
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 12 Aug 2011 13:50:59 +0000
(13:50 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 12 Aug 2011 13:50:59 +0000
(13:50 +0000)
contrib/package/luci/Makefile
patch
|
blob
|
history
diff --git
a/contrib/package/luci/Makefile
b/contrib/package/luci/Makefile
index 86de7e046b675867d9c27c2440189677e234e2a8..a862444350518117336c0daa343f2ca8558dd311 100644
(file)
--- a/
contrib/package/luci/Makefile
+++ b/
contrib/package/luci/Makefile
@@
-12,12
+12,12
@@
PKG_RELEASE:=1
PKG_BUILD_PARALLEL:=0
ifeq ($(USELOCAL),1)
- PKG_VERSION:=
0.10
+svn
+ PKG_VERSION:=
trunk
+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.10
+svn$(PKG_REV)
+ PKG_VERSION:=
trunk
+svn$(PKG_REV)
endif
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz