Mercurial > hg > sonic-visualiser
changeset 1918:13d221b6cf07
Attempt to fix failure to install helpers (again). Perhaps the fact that this path did not correspond exactly to a build target is the problem.
author | Chris Cannam |
---|---|
date | Tue, 03 Jul 2018 09:42:24 +0100 |
parents | cc28ca5aa4ba |
children | 03acc9f89d4f |
files | sv.pro |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/sv.pro Sun Jul 01 16:11:45 2018 +0100 +++ b/sv.pro Tue Jul 03 09:42:24 2018 +0100 @@ -24,7 +24,7 @@ linux* { sv_bins.path = $$PREFIX_PATH/bin/ - sv_bins.files = piper-vamp-simple-server vamp-plugin-load-checker sonic-visualiser + sv_bins.files = piper-vamp-simple-server checker/vamp-plugin-load-checker sonic-visualiser INSTALLS += sv_bins }