summary refs log tree commit diff
path: root/pkgs/applications/audio/pulseaudio-modules-bt/fix-install-path.patch
blob: 2b4ff86ab71b30ca5dc99d9ce7e668743586e08f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0f5baa0..1f35cce 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -122,5 +121,4 @@ INSTALL(TARGETS
         module-bluez5-device
         module-bluetooth-discover
         module-bluetooth-policy
-        LIBRARY DESTINATION ${PulseAudio_modlibexecdir})
-
+        LIBRARY DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/pulse-${PulseAudio_VERSION}/modules/)