Mercurial > hg > sonic-visualiser
changeset 2402:a901eff2acaf
Remove JACK dependency - it should be findable at runtime using the dynamic JACK mechanism
author | Chris Cannam |
---|---|
date | Thu, 24 Oct 2019 13:39:39 +0100 |
parents | b6d0823e41a5 |
children | 76d1149f97f0 |
files | deploy/linux/debian-dependencies.sh |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/deploy/linux/debian-dependencies.sh Thu Oct 24 13:35:31 2019 +0100 +++ b/deploy/linux/debian-dependencies.sh Thu Oct 24 13:39:39 2019 +0100 @@ -37,6 +37,6 @@ cat $rfile 1>&2 echo 1>&2 -cat $pfile $rfile | sort | uniq -u | sed 's/$/,/' | fmt -1000 | sed 's/^/Depends: /' | sed 's/,$/, libc6/' | sed 's/libjack0,/jackd,/' +cat $pfile $rfile | sort | uniq -u | sed 's/$/,/' | fmt -1000 | sed 's/^/Depends: /' | sed 's/,$/, libc6/' | sed 's/ libjack0,//'