]> Kevux Git Server - fll/commit
Bugfix: The install.sh should allow for -w to be used when destination_prefix is...
authorKevin Day <thekevinday@gmail.com>
Fri, 7 May 2021 22:11:00 +0000 (17:11 -0500)
committerKevin Day <thekevinday@gmail.com>
Fri, 7 May 2021 22:11:00 +0000 (17:11 -0500)
commit460f2c79349a6fd099a63d18ececc94d3bb978c3
tree7bcd0e21f9d26941f419e58d62e9dad72961b859
parent443cd55101167d8acf857fb161933741cbb414f2
Bugfix: The install.sh should allow for -w to be used when destination_prefix is invalid.

While buildin a system from scratch, the default destination does not exist.
This exposed a bug where the script complains about the destination directory even when the destination directory is not to be used (because the work directory is being used).
build/scripts/install.sh