diff options
author | Mattia Rizzolo <mattia@debian.org> | 2017-07-05 15:36:47 +0200 |
---|---|---|
committer | Mattia Rizzolo <mattia@debian.org> | 2017-07-05 15:36:50 +0200 |
commit | 7b2092f57d3963bf55d8d437bac37f125a27334b (patch) | |
tree | 69c181caee6bd25ea0f5a4a9393520edf2ed40ce | |
parent | de4b64cd232ec4022ef0796e2583a3bafe8f8b27 (diff) | |
download | jenkins.debian.net-7b2092f57d3963bf55d8d437bac37f125a27334b.tar.xz |
update_jdn: don't try to install a library (libvpx1) that doesn't exist anymore. library shouldn't be manually installed anyway, so let's just drop it
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-rwxr-xr-x | update_jdn.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/update_jdn.sh b/update_jdn.sh index e085868f..a421b634 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -459,7 +459,6 @@ if [ -f /etc/debian_version ] ; then libvirt-clients libvirt-daemon libvirt-daemon-system - libvpx1 libxslt1-dev linux-image-amd64 moreutils |