debian-setup: remove lsb_relese check.

It is not used anymore and breaks docker builds.

Change-Id: Ic4a2e6abf2da8059f28fcee19e611a8a83165895
Reviewed-on: https://code.wireshark.org/review/18934
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
This commit is contained in:
Dario Lombardo 2016-11-21 22:51:26 +01:00 committed by Peter Wu
parent 6930ded24a
commit a85d136102
1 changed files with 0 additions and 6 deletions

View File

@ -54,12 +54,6 @@ add_package() {
eval "${list}=\"\${${list}} \${pkgname}\""
}
# Check for lsb_release command in $PATH
if ! which lsb_release > /dev/null; then
echo "ERROR: lsb_release not found in \$PATH" >&2
exit 1;
fi
# only needed for newer distro versions where "libtool" binary is separated.
# Debian >= jessie, Ubuntu >= 16.04
add_package BASIC_LIST libtool-bin