cmake uses DESTDIR instead of qmake's INSTALL_ROOT

This commit is contained in:
itsmattkc
2019-09-12 11:51:48 +10:00
parent 65fe1940a3
commit 9f826ec1ad
+1 -1
View File
@@ -31,7 +31,7 @@ elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
make -j$(nproc)
# Use `make install` on `appdir` to place files in the correct place
make INSTALL_ROOT=appdir -j$(nproc) install ; find appdir/
make DESTDIR=appdir -j$(nproc) install ; find appdir/
# Download linuxdeployqt
wget -c -nv "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"