Skip to content

Commit

Permalink
Switch to /var/tmp for builds
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpenedblade committed Jan 18, 2024
1 parent 776952c commit c4bda36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
profiles=( "Workstation-Live" "KDE-Live" )

mkdir -p /repo/builddir/iso
builddir=$(mktemp -d); export builddir
builddir=$(mktemp -d -p /var/tmp); export builddir
function cleanup {
rm -rf "$builddir"
}
Expand Down

0 comments on commit c4bda36

Please sign in to comment.