diff options
Diffstat (limited to 'configs/releng')
-rwxr-xr-x | configs/releng/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/releng/build.sh b/configs/releng/build.sh index be9699f..113d011 100755 --- a/configs/releng/build.sh +++ b/configs/releng/build.sh @@ -5,7 +5,7 @@ set -e -u iso_name=parabola iso_label="PARABOLA_$(date +%Y%m)" iso_version=$(date +%Y.%m.%d) -install_dir=arch +install_dir=parabola work_dir=work out_dir=out |