Nicer Archives

This commit is contained in:
TheBrokenRail 2025-03-20 03:51:57 -04:00
parent 0cbcc6ba5e
commit 20b8209159

View File

@ -13,6 +13,9 @@ for type in *; do
cd "${type}"
../../crosstool-ng/ct-ng build
# Compress
tar -cJf "${out}/arm-toolchain-${type}.tar.xz" out
NAME="arm-toolchain-${type}"
mv out "${NAME}"
tar -cJf "${OUT}/${NAME}.tar.xz" "${NAME}"
rm -rf "${NAME}"
cd ../
done