Don't use -safe on _pacman() in mkarchiso

This is just something I missed in the mkarchroot patch.
If in doubt, apply.

Signed-off-by: Simo Leone <simo@archlinux.org>
This commit is contained in:
Simo Leone 2007-10-06 21:09:05 -05:00 committed by Dan McGee
parent db2a9699bd
commit eee9628b16

View file

@ -130,7 +130,7 @@ if [ "${command_name}" = "install" -o "${command_name}" = "all" ]; then
kernelver=$(_kversion)
kernelsuffix=${kernelver##*-}
echo "Kernel Version ${kernelver} (${kernelsuffix}) installed - installing modules..."
install_pkgfile -safe "modules.${kernelsuffix}"
install_pkgfile "modules.${kernelsuffix}"
echo "Updating module dependancies"
[ "${kernelsuffix}" = "ARCH" ] && kernelsuffix=""