diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-08-12 13:50:59 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-08-12 13:50:59 +0000 |
commit | 4b3bb979ceeaa282f45ec758dd27d6163c8672cf (patch) | |
tree | 74037a7b2f73217ee19605f8362d63251578c04e /contrib/package | |
parent | 1d76d8a2158ec397322e54da0b6ad3ca4cadb621 (diff) |
contrib/package: be trunk
Diffstat (limited to 'contrib/package')
-rw-r--r-- | contrib/package/luci/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index 86de7e046..a86244435 100644 --- 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 |