From a101cfe1c04395a06330e26c4c2be7d8f78a148e Mon Sep 17 00:00:00 2001 From: Jay Larson Date: Sun, 30 Sep 2018 18:43:44 -0500 Subject: [PATCH] Added dependencies on grep and sed --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c015e25..54eff86 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -DEPENDS = dash,kmod,perl,procps-ng,sysvinit +DEPENDS = dash,grep,kmod,perl,procps-ng,sed,sysvinit ARCH = x86_64 URL = http://snaplinux.org REPO = core @@ -18,7 +18,7 @@ DESC = This package supplies the core required init scripts for startup ARCHIVE := '' SRCDIR := $(PWD)/SRC/initscripts PATCHDIR := $(PWD)/SRC/patches -VERSION := 1.9-0 +VERSION := 1.9-1 include /usr/share/snap/Makefile.snaplinux