Skip to content

Commit b8aa640

Browse files
author
dwayhs
committed
Changing PATHS
1 parent bec4472 commit b8aa640

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bin/compile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ mv "$BUILD_DIR/vendor/chromedriver/chromedriver" "$BUILD_DIR/vendor/chromedriver
5858
topic "exporting PATH and LIBRARY_PATH"
5959
PROFILE_PATH="$BUILD_DIR/.profile.d/chrome.sh"
6060
mkdir -p $(dirname $PROFILE_PATH)
61-
echo 'export PATH="\$HOME/.apt/usr/bin:\$HOME/vendor/chromedriver/bin:$PATH"'>> $PROFILE_PATH
62-
echo 'export LD_LIBRARY_PATH="\$HOME/.apt/usr/lib:\$LD_LIBRARY_PATH"'>> $PROFILE_PATH
63-
echo 'export INCLUDE_PATH="\$HOME/.apt/usr/include:\$INCLUDE_PATH"'>> $PROFILE_PATH
61+
echo 'export PATH=".apt/usr/bin:vendor/chromedriver/bin:$PATH"'>> $PROFILE_PATH
62+
echo 'export LD_LIBRARY_PATH=".apt/usr/lib:\$LD_LIBRARY_PATH"'>> $PROFILE_PATH
63+
echo 'export INCLUDE_PATH=".apt/usr/include:\$INCLUDE_PATH"'>> $PROFILE_PATH
6464
echo 'export CPATH="\$INCLUDE_PATH"'>> $PROFILE_PATH
6565
echo 'export CPPPATH="\$INCLUDE_PATH"'>> $PROFILE_PATH

0 commit comments

Comments
 (0)