Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion build-scripts/clean-buildmachine
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
. "$(dirname "$0")"/functions
. detect-environment

uninstall_cfbuild
log_debug "Removing all cfbuild packages..."
run_and_print_on_failure uninstall_cfbuild

if [ -z "$PREFIX" ] || [ "$PREFIX" = "/" ]; then
fatal "\$PREFIX is not defined, is empty, or is set to the root directory. Aborting to prevent accidental deletion."
Expand Down