diff options
author | John Crispin <blogic@openwrt.org> | 2014-06-17 17:51:35 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-06-17 17:51:35 +0000 |
commit | 98d34860a4a933efabfc0c2b647459432d9bce65 (patch) | |
tree | fc137d16c569018328760f304afb1227ef5f681b /package/system | |
parent | cfe127980c284a812047273ac312b3e7779eda73 (diff) | |
download | upstream-98d34860a4a933efabfc0c2b647459432d9bce65.tar.gz upstream-98d34860a4a933efabfc0c2b647459432d9bce65.tar.bz2 upstream-98d34860a4a933efabfc0c2b647459432d9bce65.zip |
procd: forgot to update the git id in the last commit
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41239 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/system')
-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 d3785a7d42..6a33097a4e 100644 --- a/package/system/procd/Makefile +++ b/package/system/procd/Makefile @@ -8,7 +8,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:=202318c6163657fc671b27527e5228cb8170af1d +PKG_SOURCE_VERSION:=ded9fec7e4afae14fe2821608c132325afd65b7e PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 |