mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-26 07:20:32 +00:00
Fix build-iso TESTING typo.
This commit is contained in:
parent
bcb6a2598a
commit
1de41dbd95
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ fi
|
||||||
#alias sudo=doas
|
#alias sudo=doas
|
||||||
|
|
||||||
# Set this true if you want to test ISOs in QEMU after building.
|
# Set this true if you want to test ISOs in QEMU after building.
|
||||||
TESTING = false
|
TESTING=false
|
||||||
|
|
||||||
TMPDIR="/tmp/zealtmp"
|
TMPDIR="/tmp/zealtmp"
|
||||||
TMPISODIR="$TMPDIR/iso"
|
TMPISODIR="$TMPDIR/iso"
|
||||||
|
|
Loading…
Reference in a new issue