Fix an e2fsprogs compilation leftover (bug #417095)

cleanup-cruft
Sebastian Pipping 13 years ago
parent 6a387ce36c
commit b65dae0787

@ -5,6 +5,9 @@
# Distributed under the GPL v2
# $Id$
28 May 2012; Sebastian Pipping <sping@gentoo.org> gen_funcs.sh:
Fix an e2fsprogs compilation leftover (bug #417095), reported by Juergen Rose
17 May 2012; Sebastian Pipping <sping@gentoo.org> genkernel:
Bump to 3.4.33.1

@ -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

Loading…
Cancel
Save