2020-04-24 23:36:52 +00:00
|
|
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
|
|
index 8d20dbf..63fe7ba 100644
|
|
|
|
--- a/CMakeLists.txt
|
|
|
|
+++ b/CMakeLists.txt
|
|
|
|
@@ -213,5 +213,4 @@ INSTALL(TARGETS
|
|
|
|
module-bluez5-device
|
|
|
|
module-bluetooth-discover
|
|
|
|
module-bluetooth-policy
|
|
|
|
- LIBRARY DESTINATION ${PulseAudio_modlibexecdir})
|
|
|
|
-
|
2020-11-12 09:05:59 +00:00
|
|
|
+ LIBRARY DESTINATION ${CMAKE_INSTALL_PREFIX}/${PULSE_DIR}/modules/)
|