From b623f5953691b2a0614e6f1f4def86bdbb9a4113 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 8 Aug 2020 11:53:00 +0200 Subject: New upstream version 5.2.0Beta2.1 --- app/lib/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/lib/CMakeLists.txt') diff --git a/app/lib/CMakeLists.txt b/app/lib/CMakeLists.txt index a2e823d..5f271f6 100644 --- a/app/lib/CMakeLists.txt +++ b/app/lib/CMakeLists.txt @@ -47,10 +47,10 @@ if(UNIX AND NOT APPLE) ) install(FILES xtrkcad.desktop - DESTINATION "/usr/share/applications" + DESTINATION "${XTRKCAD_SHARE_INSTALL_DIR}/applications" ) install(FILES xtrkcad.png - DESTINATION "/usr/share/pixmaps" + DESTINATION "${XTRKCAD_SHARE_INSTALL_DIR}/pixmaps" ) -endif() \ No newline at end of file +endif() -- cgit v1.2.3