Skip to content

Commit

Permalink
Add $HOME/bin to PATH
Browse files Browse the repository at this point in the history
Circumvent change in appimagetool, per AppImage/AppImageKit#592
  • Loading branch information
tresf committed Dec 18, 2017
1 parent 7c71bc6 commit 1279244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/linux/package_linux.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -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}..."
Expand Down

0 comments on commit 1279244

Please sign in to comment.