commit: f965f245f370baf74889c3e499135d3a7f2de772
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 23 06:28:34 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Mar 23 08:11:08 2019 +0000
URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=f965f245
check_distfiles(): Add missing distfiles
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
gen_funcs.sh | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/gen_funcs.sh b/gen_funcs.sh
index 7b89468..e471834 100755
--- a/gen_funcs.sh
+++ b/gen_funcs.sh
@@ -518,7 +518,17 @@ rootfs_type_is() {
}
check_distfiles() {
- for i in $BUSYBOX_SRCTAR $MULTIPATH_SRCTAR $LVM_SRCTAR $DMRAID_SRCTAR
$ISCSI_SRCTAR $GPG_SRCTAR
+ for i in \
+ $BUSYBOX_SRCTAR \
+ $DMRAID_SRCTAR \
+ $FUSE_SRCTAR \
+ $GPG_SRCTAR \
+ $ISCSI_SRCTAR \
+ $LIBAIO_SRCTAR \
+ $LVM_SRCTAR \
+ $MDADM_SRCTAR \
+ $MULTIPATH_SRCTAR \
+ $UNIONFS_FUSE_SRCTAR
do
if [ ! -f "${i}" ]
then