Fix rpm-setup.sh so it works when you're not installing the optional pkgs.

Looks like this has been broken since Ie46d56aff91694a3b8c4c62b4b03e38d3fb1e68a

Change-Id: Idd6cfc3e8d7f66160157eed393e8528ada7786d4
Reviewed-on: https://code.wireshark.org/review/28040
Reviewed-by: Gerald Combs <gerald@wireshark.org>
This commit is contained in:
Jeff Morriss 2018-06-05 10:31:14 -04:00 committed by Gerald Combs
parent ae759a4777
commit ba3dfd5f4b
1 changed files with 2 additions and 0 deletions

View File

@ -168,6 +168,8 @@ echo "perl-Pod-Html is unavailable" >&2
add_package ADDITIONAL_LIST asciidoctor || add_package ADDITIONAL_LIST rubygem-asciidoctor.noarch ||
echo "asciidoctor is unavailable" >&2
ACTUAL_LIST=$BASIC_LIST
# Now arrange for optional support libraries
if [ $ADDITIONAL ]
then