From c5f6513871d0ad024ca403e245e45336cdad3e24 Mon Sep 17 00:00:00 2001 From: Jay Larson Date: Sun, 30 Oct 2016 15:38:17 -0500 Subject: [PATCH] Added procps-ng as a dependency --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 10e95a7..0f19391 100644 --- a/Makefile +++ b/Makefile @@ -8,11 +8,11 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -DEPENDS = bash,sysvinit +DEPENDS = bash,procps-ng,sysvinit ARCH = x86_64 URL = DESC = This package supplies the base system init scripts for sysvinit -SNAPVER = sr0 +SNAPVER = sr1 ARCHIVE := '' SRCDIR := $(PWD)/SRC/initscripts-*