Add $HOME/bin to PATH

Circumvent change in appimagetool, per AppImage/AppImageKit#592
This commit is contained in:
tresf
2017-12-18 18:55:51 -05:00
parent 7c71bc657c
commit 1279244e50

View File

@@ -54,7 +54,7 @@ fi
echo -e "\nWriting verbose output to \"${LOGFILE}\""
# Ensure linuxdeployqt uses the same qmake version as cmake
export PATH="$(dirname "@QT_QMAKE_EXECUTABLE@")":$PATH
export PATH="$HOME/bin:$(dirname "@QT_QMAKE_EXECUTABLE@")":$PATH
# Fetch portable linuxdeployqt if cache is older than $DAYSOLD
echo -e "\nDownloading linuxdeployqt to ${LINUXDEPLOYQT}..."