From 9f08e285bbf205ef9040b48565d23ac8aa4d7230 Mon Sep 17 00:00:00 2001 From: tresf Date: Sun, 7 Jan 2018 02:37:11 -0500 Subject: [PATCH] Fix $PATH for creating AppImages --- cmake/linux/package_linux.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/linux/package_linux.sh.in b/cmake/linux/package_linux.sh.in index e949c4724..712e1cb1a 100644 --- a/cmake/linux/package_linux.sh.in +++ b/cmake/linux/package_linux.sh.in @@ -55,8 +55,8 @@ fi echo -e "\nWriting verbose output to \"${LOGFILE}\"" # Ensure linuxdeployqt uses the same qmake version as cmake -export PATH PATH="$HOME/bin:$(dirname "@QT_QMAKE_EXECUTABLE@")":$PATH +export PATH # Fetch portable linuxdeployqt if cache is older than $DAYSOLD echo -e "\nDownloading linuxdeployqt to ${LINUXDEPLOYQT}..."