From 703b52d2566a86d1b449eadde06b4a19c38a3e06 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 29 Apr 2009 06:22:13 +0000 Subject: [PATCH] luci-0.8/contrib: change Makefile to always checkout latest revision --- contrib/package/luci/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index 2859a81a2..028a218fa 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 -- 2.25.1