Skip to content

Commit fbee6aa

Browse files
author
Damian Rouson
committed
Append verion number to default installation path
1 parent 843005c commit fbee6aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prerequisites/build-functions/set_or_print_installation_path.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set_or_print_installation_path()
77
[ ! -z "${arg_P}" ] && [ ! -z "${arg_D:-${arg_p:-${arg_U:-${arg_V}}}}" ] &&
88
emergency "Please pass only one of {-D, -p, -P, -U, -V} or a longer equivalent (multiple detected)."
99

10-
install_path="${arg_i}"
10+
install_path="${arg_i}/${arg_p:-${arg_D:-${arg_P:-${arg_U:-${arg_V}}}}}/${version_to_build}"
1111

1212
# If -P is present, print ${install_path} and exit with normal status
1313
if [[ ! -z "${arg_P:-}" ]]; then

0 commit comments

Comments
 (0)