From fa5ba95f7521a18d9b6e324cff3e2198c8ae3eb9 Mon Sep 17 00:00:00 2001 From: Mike Oliphant Date: Wed, 10 May 2023 12:54:17 -0700 Subject: [PATCH] remove stray bracket --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ab2fcf0..6414e82 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,7 +37,7 @@ 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} +install (DIRECTORY build/neural_amp_modeler.lv2 DESTINATION /usr/lib/lv2 )