contrib/package: be trunk
This commit is contained in:
parent
1d76d8a215
commit
4b3bb979ce
1 changed files with 2 additions and 2 deletions
|
@ -12,12 +12,12 @@ PKG_RELEASE:=1
|
||||||
PKG_BUILD_PARALLEL:=0
|
PKG_BUILD_PARALLEL:=0
|
||||||
|
|
||||||
ifeq ($(USELOCAL),1)
|
ifeq ($(USELOCAL),1)
|
||||||
PKG_VERSION:=0.10+svn
|
PKG_VERSION:=trunk+svn
|
||||||
else
|
else
|
||||||
PKG_SOURCE_URL:=http://svn.luci.subsignal.org/luci/$(PKG_BRANCH)
|
PKG_SOURCE_URL:=http://svn.luci.subsignal.org/luci/$(PKG_BRANCH)
|
||||||
ifeq ($(DUMP),)
|
ifeq ($(DUMP),)
|
||||||
PKG_REV:=$(shell LC_ALL=C svn info $(CURDIR) | sed -ne's/^Revision: //p')
|
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
|
endif
|
||||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||||
PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz
|
PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz
|
||||||
|
|
Loading…
Reference in a new issue