procd: fix the running hook #38868
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38885
This commit is contained in:
parent
776c6c50ce
commit
3044b185d1
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=procd
|
||||
PKG_VERSION:=2013-11-19
|
||||
PKG_VERSION:=2013-11-20
|
||||
|
||||
PKG_RELEASE=$(PKG_SOURCE_VERSION)-2
|
||||
PKG_RELEASE=$(PKG_SOURCE_VERSION)
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=git://nbd.name/luci2/procd.git
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_SOURCE_VERSION:=84a6256a01c45079e8a27e37a0fe8715f2254c7b
|
||||
PKG_SOURCE_VERSION:=21d307367eb991f7494ce43087a5edb94288d08f
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||
CMAKE_INSTALL:=1
|
||||
|
||||
|
|
Loading…
Reference in a new issue