diff --git a/repos/libports/run/solo5.run b/repos/libports/run/solo5.run index 434556e81f..00ff90f61d 100644 --- a/repos/libports/run/solo5.run +++ b/repos/libports/run/solo5.run @@ -4,8 +4,8 @@ if {![have_spec 64bit]} { } if {[have_spec linux]} { - puts "\nRunscript not compatible with base-linux drivers\n" - exit 0 + puts "\nRun script is not supported on this platform\n" + exit 0 } create_boot_directory diff --git a/repos/libports/run/solo5_ping.run b/repos/libports/run/solo5_ping.run index 9b88763092..106482d152 100644 --- a/repos/libports/run/solo5_ping.run +++ b/repos/libports/run/solo5_ping.run @@ -4,8 +4,8 @@ if {![have_spec x86_64]} { } if {[have_spec linux]} { - puts "\nRunscript not compatible with base-linux drivers\n" - exit 0 + puts "\nRun script is not supported on this platform\n" + exit 0 } create_boot_directory