makedist.inc.sh: remove qemu later for later command execution to work (e.g. depmod)

This commit is contained in:
Silvan Calarco 2013-04-30 14:39:17 +02:00
parent 1056705b42
commit 885c06576a

View File

@ -146,7 +146,6 @@ post_install_rpms
rm -rf $MOUNTDIR/tmp/.ICE-unix
rm -rf $MOUNTDIR/tmp/kde-root
[ "$QEMU_COPIED_FOR_INST" ] && post_qemu
# copy static files for target
[ -e $TARGETDIR/root ] &&
@ -175,4 +174,6 @@ if [ ! "$KERNEL_IGNORE" ]; then
done
fi
[ "$QEMU_COPIED_FOR_INST" ] && post_qemu
produce_media