mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-22 21:01:26 +00:00
moving i386 to i686
This commit is contained in:
parent
337511568d
commit
bf89babc75
@ -20,3 +20,10 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
time $CMD
|
time $CMD
|
||||||
|
|
||||||
|
if [ $? -eq 0 ]; then
|
||||||
|
pushd "${TARGET_DIR}/latest-Rocky-$SHORT-8/compose/$SHORT" || { echo "Could not switch."; exit 1; }
|
||||||
|
echo "Moving i386 to i686"
|
||||||
|
mv i386 i686
|
||||||
|
popd || { echo "Could not switch."; exit 1; }
|
||||||
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user