From 08c8659ca0642b63230b383682199936364ed9fa Mon Sep 17 00:00:00 2001 From: probonopd Date: Sun, 2 Apr 2017 17:17:40 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index eb879d3..0380902 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ script: - cd build - cmake .. -DCMAKE_INSTALL_PREFIX=/usr - make -j4 - - sudo make DESTIDR=appdir install ; sudo chown -R $USER appdir ; find appdir/ + - sudo make DESTDIR=appdir install ; sudo chown -R $USER appdir ; find appdir/ after_success: - wget -c "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"