Added more dependencies (cpio and awk)

This commit is contained in:
2016-10-28 15:33:38 -05:00
parent 67ba88c289
commit 409142b355

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 = findutils,kmod,psmisc,sed DEPENDS = awk,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 = sr3 SNAPVER = sr4
ARCHIVE := '' ARCHIVE := ''
SRCDIR := $(PWD)/SRC/mkinitramfs-* SRCDIR := $(PWD)/SRC/mkinitramfs-*