makedist.inc.sh: remove qemu later for later command execution to work (e.g. depmod)
This commit is contained in:
parent
1056705b42
commit
885c06576a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user