diff --git a/astronaut/astronaut b/astronaut/astronaut index 05e4f29..cc04015 100755 --- a/astronaut/astronaut +++ b/astronaut/astronaut @@ -1,5 +1,4 @@ #!/bin/sh - set -e # Configuration @@ -156,7 +155,6 @@ do_check() { fi } - # Create the satellite rm -rf "$dir_build" mkdir -p "$dir_source" diff --git a/tools/mktools b/tools/mktools index 3b877f4..16372f4 100755 --- a/tools/mktools +++ b/tools/mktools @@ -45,6 +45,9 @@ astrobuild() { mkdir -p "$rocket/tools/lib" ln -sf lib "$rocket/tools/lib64" +# Just enter the environment +#envrun + # List of packages to build # Toolchain