From fe8572a85162590241c55ccb4c48683eafdbacc9 Mon Sep 17 00:00:00 2001 From: mid-kid Date: Sat, 2 Jul 2016 21:39:40 +0200 Subject: [PATCH] dir_sysroot should be an absolute path anyway --- astronaut/astronaut | 1 - 1 file changed, 1 deletion(-) diff --git a/astronaut/astronaut b/astronaut/astronaut index c654108..7a20240 100755 --- a/astronaut/astronaut +++ b/astronaut/astronaut @@ -313,7 +313,6 @@ if [ "$_download_only" = false ]; then mkdir -p "$dir_install" dir_build="$(realpath "$dir_build")" dir_install="$(realpath "$dir_install")" - dir_sysroot="$(realpath "$dir_sysroot")" cd "$dir_build" fi