git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@257
67a159dc-881f-0410-a524-
ba9dfbe2cb84
# Fix EVMS2 complaining that it can't find the swap utilities.
# These are not required in the initramfs
- for swap_libs in "${TEMP}/initramfs-evms2-temp/lib/evms/*swap*.so"
+ for swap_libs in "${TEMP}/initramfs-evms2-temp/lib/evms/*/swap*.so"
do
rm ${swap_libs}
done
# These are not required in the initrd
for swap_libs in "${TEMP}/initrd-temp/lib/evms/*/swap*.so"
do
- rm $swap_libs
+ rm ${swap_libs}
done
fi
fi