From c1b6278454aeedbf639db3ebe79eddef06ad56a6 Mon Sep 17 00:00:00 2001 From: Jay Larson Date: Fri, 28 Oct 2016 14:55:24 -0500 Subject: [PATCH] Fixed dependency for findutils --- Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 9770aeb..8f251d3 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 = find,kmod,psmisc,sed +DEPENDS = findutils,kmod,psmisc,sed ARCH = x86_64 URL = DESC = This package includes scripts to build an initrd image -SNAPVER = sr1 +SNAPVER = sr2 ARCHIVE := '' SRCDIR := $(PWD)/SRC/mkinitramfs-* @@ -34,6 +34,5 @@ clean: @rm -rvf $(ROOT) \ $(SNAPINFO) \ $(MANIFEST) \ - $(FILES) \ - $(SRCDIR) + $(FILES)