remove pwd/bin from LD_LIBRARY_PATH

This commit is contained in:
Rasmus Karlsson 2021-02-21 16:36:40 +01:00
parent 83464ac74a
commit dfa2f14847

View file

@ -7,7 +7,7 @@ if [ ! -f ./bin/chatterino ] || [ ! -x ./bin/chatterino ]; then
exit 1
fi
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/opt/qt512/lib/:$(pwd)/bin"
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/opt/qt512/lib/"
export PATH="/opt/qt512/bin:$PATH"
script_path=$(readlink -f "$0")