aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2015-08-17 16:50:39 -0400
committerJeff Morriss <jeff.morriss.ws@gmail.com>2015-08-17 20:53:58 +0000
commit300bb98049abb1a720db798819c3a5a98a6e6ba6 (patch)
treef496be2ff8cab021c786e299cbac5a1b148b647a /tools
parentc57f58549c7d761b0cd3e1a6f5167073e136e1bb (diff)
Install GTK3 too.
It was in the list of packages but not in the final command line. Change-Id: I361e660cc4ac91121314a3f8a7388b48fb2c61b7 Reviewed-on: https://code.wireshark.org/review/10081 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/install_rpms_for_devel.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/install_rpms_for_devel.sh b/tools/install_rpms_for_devel.sh
index 800861bf1b..6969009055 100755
--- a/tools/install_rpms_for_devel.sh
+++ b/tools/install_rpms_for_devel.sh
@@ -56,10 +56,10 @@ else
fi
PKGS="autoconf automake libtool gcc flex bison python perl $GLIB2
-$PCAP $ZLIB lua-devel lua $CARES $GTK2 desktop-file-utils $QT fop asciidoc
-git git-review perl-podlators"
+$PCAP $ZLIB lua-devel lua $CARES $GTK3 $GTK2 desktop-file-utils $QT fop
+asciidoc git git-review perl-podlators"
echo "Run this command (as root):"
echo
-echo $INSTALL_CMD install -y $PKGS
+echo $INSTALL_CMD install $PKGS