diff options
Diffstat (limited to 'systems/build_base_machine.sh')
-rwxr-xr-x | systems/build_base_machine.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/build_base_machine.sh b/systems/build_base_machine.sh index cec82ebb..a50baf2d 100755 --- a/systems/build_base_machine.sh +++ b/systems/build_base_machine.sh @@ -58,7 +58,7 @@ distro_dir="$OS_NAME/$VERSION_ID" if [ -d "$distro_dir" ] && [ -e "$distro_dir/build_base_machine.sh" ]; then $SUDO $distro_dir/build_base_machine.sh || die "$distro_dir/build_base_machine.sh failed" else - die "$distro_dir is not yet supported" + die "$distro_dir is not supported" fi if [ ! -d /lib/modules/`uname -r`/build ] ; then |