Browse Source

Pass relative link to ln (#1427)

Jon Ross-Perkins 3 years ago
parent
commit
1d3779791d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      installers/local/install.sh

+ 1 - 1
installers/local/install.sh

@@ -47,7 +47,7 @@ SCRIPT=$(cat <<EOF
   done
 
   # Add symlinks in bin.
-  ln -fs "${INSTALL_PATH}/lib/carbon/carbon" \
+  ln -fs "../lib/carbon/carbon" \
     "${INSTALL_PATH}/bin/carbon-explorer"
 EOF
 )