diff options
author | John Crispin <blogic@openwrt.org> | 2015-03-30 12:35:05 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-03-30 12:35:05 +0000 |
commit | d8b7c7edd399e175a3560046d1165230a185df84 (patch) | |
tree | ed8d335f65056830fef8495a351938ac0b66f3ed /package/system/procd | |
parent | e09e68f48228b0908205f1df10e6d864c866bb07 (diff) | |
download | master-187ad058-d8b7c7edd399e175a3560046d1165230a185df84.tar.gz master-187ad058-d8b7c7edd399e175a3560046d1165230a185df84.tar.bz2 master-187ad058-d8b7c7edd399e175a3560046d1165230a185df84.zip |
rpcd: properly handle return codes
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45152 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/system/procd')
-rw-r--r-- | package/system/procd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile index ec90d4231e..3e4fb35dcf 100644 --- a/package/system/procd/Makefile +++ b/package/system/procd/Makefile @@ -15,7 +15,7 @@ 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:=c0138bae8ed746e30f3d3a591e1615f2a705b1a5 +PKG_SOURCE_VERSION:=91da63d3d3fd680c805dd1a1b78df5b8731a8173 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 |