procd: properly handle return codes
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45150
This commit is contained in:
parent
08b882fbae
commit
2268d15948
1 changed files with 2 additions and 2 deletions
|
@ -8,14 +8,14 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=procd
|
||||
PKG_VERSION:=2015-03-27
|
||||
PKG_VERSION:=2015-03-30
|
||||
|
||||
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:=74d835463e05e5761f6f5271e487f299f29d3f07
|
||||
PKG_SOURCE_VERSION:=c0138bae8ed746e30f3d3a591e1615f2a705b1a5
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||
CMAKE_INSTALL:=1
|
||||
|
||||
|
|
Loading…
Reference in a new issue