Build bug fix
All checks were successful
Build / build (push) Successful in 25m21s

This commit is contained in:
Lukáš Plevač 2024-10-28 23:10:22 +01:00
parent f969814a60
commit b6d5d2e824

View File

@ -12,7 +12,7 @@ for f in ./versions/*; do
# copy version files
cp "$f/profiledef.sh" .
cp -r "$f/airootfs/*" ./airootfs/root/
cp -r "$f/airootfs"/* ./airootfs/root/
# build it
mkarchiso -v -o ${PWD}/out ${PWD}