Mercurial > hg > sonic-visualiser
changeset 865:8215909b74d2 sv_v2.4_linux_deploy
Deploy fixes
author | Chris Cannam |
---|---|
date | Wed, 24 Sep 2014 12:39:28 +0100 |
parents | d47aa2977d7a |
children | f05d2c92c4ba |
files | deploy/linux/debian-dependencies.sh |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/deploy/linux/debian-dependencies.sh Wed Sep 24 12:15:58 2014 +0100 +++ b/deploy/linux/debian-dependencies.sh Wed Sep 24 12:39:28 2014 +0100 @@ -28,7 +28,7 @@ apt-cache showpkg "$p" | grep '^ ' | grep ',' | awk -F, '{ print $1; }' | \ while read d; do if grep -q '^'$d'$' $pfile; then - echo $p 1>&2 + echo $p fi done done | sort | uniq > $rfile @@ -37,6 +37,6 @@ cat $rfile 1>&2 echo 1>&2 -cat $pfile $rfile | sort | uniq -u | sed 's/$/,/' | fmt -1000 | sed 's/^/Depends: /' +cat $pfile $rfile | sort | uniq -u | sed 's/$/,/' | fmt -1000 | sed 's/^/Depends: /' | sed 's/,$/, libc6/'