summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-03-17 17:54:53 +0100
committerGitHub <noreply@github.com>2020-03-17 17:54:53 +0100
commit7ece3ef9525a0957178d04b3923964d41c0051f6 (patch)
tree585819b4c81cc6533a8be41fa5ceaa61689f4ed7
parente16b6a63b28eab4d3c3ce919ed661a91d7fc664d (diff)
parent8ce1d72a2e9a1b80fd0484f420f16d887e6c3161 (diff)
Merge pull request #2556 from uklotzde/cmake_pixmaps
CMake: Fix pixmaps install path
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9ec3eb023f..7959253ab4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -890,7 +890,7 @@ install(
# Icon file for menu entry
install(
FILES ${CMAKE_CURRENT_SOURCE_DIR}/res/images/mixxx_icon.svg
- DESTINATION ${CMAKE_INSTALL_DATADIR}/pixmaps/rules.d
+ DESTINATION ${CMAKE_INSTALL_DATADIR}/pixmaps
)
# .appdata.xml file for KDE/GNOME AppStream initiative