Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
keep relative path of installation dir
This gives more freedom to the user in case the FlexibleSUSY direcory
is moved.
  • Loading branch information
Expander authored and Expander committed Apr 16, 2014
1 parent 7acbc60 commit b0d5c31
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions configure
Expand Up @@ -777,9 +777,6 @@ check_install_dir() {

checking_msg "source code installation directory"

# take absolute path (even for non-existing directory)
INSTALL_DIR="`readlink -f ${INSTALL_DIR}`"

# check if $INSTALL_DIR exists
if test -d "${INSTALL_DIR}"; then
# check if $INSTALL_DIR is empty
Expand Down

0 comments on commit b0d5c31

Please sign in to comment.