4af3353
diff -ur yoshimi-1.3.7/src/CMakeLists.txt yoshimi-1.3.7.new/src/CMakeLists.txt
4af3353
--- yoshimi-1.3.7/src/CMakeLists.txt	2015-11-16 18:17:31.000000000 +0000
4af3353
+++ yoshimi-1.3.7.new/src/CMakeLists.txt	2015-11-21 21:17:59.715366081 +0000
4af3353
@@ -513,8 +513,8 @@
4af3353
 
4af3353
 include(GNUInstallDirs)
4af3353
 
4af3353
-#set(LV2_INSTALL_DIR ${CMAKE_INSTALL_LIBDIR}/lv2 CACHE PATH "Specifies where the LV2 libraries should be installed")
4af3353
-set(LV2_INSTALL_DIR lib/lv2 CACHE PATH "Specifies where the LV2 libraries should be installed")
4af3353
+set(LV2_INSTALL_DIR ${CMAKE_INSTALL_LIBDIR}/lv2 CACHE PATH "Specifies where the LV2 libraries should be installed")
4af3353
+#set(LV2_INSTALL_DIR lib/lv2 CACHE PATH "Specifies where the LV2 libraries should be installed")
4af3353
 
4af3353
 pkg_check_modules(LV2 REQUIRED lv2>=1.0.0)
4af3353
 if (LV2_FOUND)