Fixed awk dependency (should be gawk!)

This commit is contained in:
2016-10-28 15:36:26 -05:00
parent 409142b355
commit fd257a4282

View File

@@ -8,11 +8,11 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details. # GNU General Public License for more details.
DEPENDS = awk,cpio,findutils,kmod,psmisc,sed DEPENDS = gawk,cpio,findutils,kmod,psmisc,sed
ARCH = x86_64 ARCH = x86_64
URL = URL =
DESC = This package includes scripts to build an initrd image DESC = This package includes scripts to build an initrd image
SNAPVER = sr4 SNAPVER = sr5
ARCHIVE := '' ARCHIVE := ''
SRCDIR := $(PWD)/SRC/mkinitramfs-* SRCDIR := $(PWD)/SRC/mkinitramfs-*