diff options
author | John Crispin <john@openwrt.org> | 2013-11-20 19:28:51 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-11-20 19:28:51 +0000 |
commit | 3044b185d1c75e84a404bf2990cf45ad244a5dcd (patch) | |
tree | 9bcfc88f9b1a4e3ab89e64a37ce6610bc7462ee7 /package/system | |
parent | 776c6c50ce769120ac8e404c645137e8bde7b190 (diff) | |
download | upstream-3044b185d1c75e84a404bf2990cf45ad244a5dcd.tar.gz upstream-3044b185d1c75e84a404bf2990cf45ad244a5dcd.tar.bz2 upstream-3044b185d1c75e84a404bf2990cf45ad244a5dcd.zip |
procd: fix the running hook #38868
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38885
Diffstat (limited to 'package/system')
-rw-r--r-- | package/system/procd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile index 14e60e308d..6414f3cce9 100644 --- a/package/system/procd/Makefile +++ b/package/system/procd/Makefile @@ -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 |