From: Jo-Philipp Wich Date: Wed, 29 Apr 2009 06:22:13 +0000 (+0000) Subject: luci-0.8/contrib: change Makefile to always checkout latest revision X-Git-Tag: 0.8.7~59 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=703b52d2566a86d1b449eadde06b4a19c38a3e06;p=project%2Fluci.git luci-0.8/contrib: change Makefile to always checkout latest revision --- diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index 2859a81a2b..028a218fa0 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -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