luci-0.8/contrib: change Makefile to always checkout latest revision

This commit is contained in:
Jo-Philipp Wich 2009-04-29 06:22:13 +00:00
parent 3ed8c6364b
commit 703b52d256

View file

@ -14,8 +14,8 @@ ifeq ($(USELOCAL),1)
else
PKG_SOURCE_URL:=http://svn.luci.subsignal.org/luci/$(PKG_BRANCH)
ifeq ($(DUMP),)
PKG_REV:=HEAD
PKG_VERSION:=0.8.6
PKG_REV:=$(shell LC_ALL=C svn info $(CURDIR) | sed -ne 's/^Revision: //p')
PKG_VERSION:=0.8+svn$(PKG_REV)
endif
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz