luci-0.9: prepare feed Makefile
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 10 Jun 2009 23:55:09 +0000 (23:55 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 10 Jun 2009 23:55:09 +0000 (23:55 +0000)
contrib/package/luci/Makefile

index 3b3e0b41ea813859175fe2df86cc43ce300961c7..261e2b30b6ecaa26564fada728fac9f878c1c9ed 100644 (file)
@@ -1,6 +1,6 @@
 include $(TOPDIR)/rules.mk
 
-PKG_BRANCH:=trunk
+PKG_BRANCH:=branches/luci-0.9
 
 ifeq ($(DUMP),)
   USELOCAL:=$(shell grep luci ../../../.project 2>/dev/null >/dev/null && echo 1)
@@ -14,7 +14,7 @@ ifeq ($(USELOCAL),1)
 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_REV:=$(shell LC_ALL=C svn info $(CURDIR) | sed -ne 's/^Revision: //p')
     PKG_VERSION:=0.9+svn$(PKG_REV)
   endif
   PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)