From fd257a42828cc1d5e41ad93e8e8448c18e0fc602 Mon Sep 17 00:00:00 2001 From: Jay Larson Date: Fri, 28 Oct 2016 15:36:26 -0500 Subject: [PATCH] Fixed awk dependency (should be gawk!) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 82ae09f..92a8861 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 = awk,cpio,findutils,kmod,psmisc,sed +DEPENDS = gawk,cpio,findutils,kmod,psmisc,sed ARCH = x86_64 URL = DESC = This package includes scripts to build an initrd image -SNAPVER = sr4 +SNAPVER = sr5 ARCHIVE := '' SRCDIR := $(PWD)/SRC/mkinitramfs-*