Show
Ignore:
Timestamp:
05/30/09 02:52:22 (4 years ago)
Author:
jow
Message:

Add tag for LuCI v0.8.7

Location:
luci/tags/0.8.7
Files:
1 modified
1 copied

Legend:

Unmodified
Added
Removed
  • luci/tags/0.8.7/contrib/package/luci/Makefile

    r4706 r4731  
    11include $(TOPDIR)/rules.mk 
    22 
    3 PKG_BRANCH:=branches/luci-0.8 
     3PKG_BRANCH:=tags/0.8.7 
    44 
    55ifeq ($(DUMP),) 
     
    1515  PKG_SOURCE_URL:=http://svn.luci.subsignal.org/luci/$(PKG_BRANCH) 
    1616  ifeq ($(DUMP),) 
    17     PKG_REV:=$(shell LC_ALL=C svn info $(CURDIR) | sed -ne 's/^Revision: //p') 
    18     PKG_VERSION:=0.8+svn$(PKG_REV) 
     17    PKG_REV:=HEAD 
     18    PKG_VERSION:=0.8.7 
    1919  endif 
    2020  PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)