Use actual kernel config for check of available compression methods (bug #436820)
[genkernel.git] / gen_funcs.sh
index f1990140fee9a7482fbd43ecc82c349bc294ef60..48a338253883275dc75cd8ad39e3f1c9ff775132 100755 (executable)
@@ -495,7 +495,7 @@ set_config_with_override() {
 }
 
 check_distfiles() {
-       for i in $BUSYBOX_SRCTAR $MULTIPATH_SRCTAR $LVM_SRCTAR $DMRAID_SRCTAR $E2FSPROGS_SRCTAR $ISCSI_SRCTAR $GPG_SRCTAR
+       for i in $BUSYBOX_SRCTAR $MULTIPATH_SRCTAR $LVM_SRCTAR $DMRAID_SRCTAR $ISCSI_SRCTAR $GPG_SRCTAR
        do
                if [ ! -f "${i}" ]
                then