Skip to content
Snippets Groups Projects
Commit 1a945dee authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing installation dir

parent 8b11543e
No related branches found
No related tags found
No related merge requests found
......@@ -503,8 +503,8 @@ if [ $conf_err -eq 0 ]; then
echo -e "Install summary\033[92;5;1m SUCCEED \033[0m"
## Save dependencies dir and foward options
printf "$i_dir_old" > dependencies_dir
printf "$configure_options_old" > foward_options
printf "%s" "$i_dir_old" > dependencies_dir
printf "%s" "$configure_options_old" > foward_options
else
echo -e "Install summary\033[91;5;1m FAILED \033[0m"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment