diff --git a/CMakeLists.txt b/CMakeLists.txt index 742c413..da081c7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,8 +40,8 @@ add_custom_target(copy_binaries ALL configure_file(resources/manifest.ttl.in neural_amp_modeler.lv2/manifest.ttl) configure_file(resources/neural_amp_modeler.ttl.in neural_amp_modeler.lv2/neural_amp_modeler.ttl) -install (DIRECTORY build/neural_amp_modeler.lv2 - DESTINATION /usr/lib/lv2 +install (DIRECTORY ${CMAKE_BINARY_DIR}/neural_amp_modeler.lv2 + DESTINATION lib/lv2 ) set(CPACK_GENERATOR "DEB")