1
0
Fork 0

Only create hoxsl symlink if needed

Was nesting them. :x

* configure.ac: Only create hoxsl symlink if it does not yet exist.
master
Mike Gerwitz 2017-06-20 14:35:38 -04:00
parent ff1b042004
commit de0990063a
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ AS_IF(test ! -d "$HOXSL",
AC_MSG_RESULT(found)
AC_MSG_NOTICE([creating symlink ./hoxsl])
ln -sf "$HOXSL" hoxsl
test -e hoxsl || ln -sf "$HOXSL" hoxsl
AC_OUTPUT