aboutsummaryrefslogtreecommitdiffstats
path: root/tools/install_rpms_for_devel.sh
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-10-11 00:31:01 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-10-11 00:31:01 +0000
commit64cc800644a90b1e4456042e18e98da1ad8ad666 (patch)
treeefc2b2a118ce16c9eb8adb71abe5a937242affc3 /tools/install_rpms_for_devel.sh
parentc62f096ec75ae922214f33c49652ebf6b7c0af67 (diff)
Don't assume people have subversion--I just copied my home directory to a new
machine and it would have been nice if this script and installed subversion for me. Install perl-podlators too (for pod2man). Need to check if that's the package name to use on SuSE too... svn path=/trunk/; revision=52526
Diffstat (limited to 'tools/install_rpms_for_devel.sh')
-rwxr-xr-xtools/install_rpms_for_devel.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/install_rpms_for_devel.sh b/tools/install_rpms_for_devel.sh
index aeb8c65b6d..dea7d2b1ed 100755
--- a/tools/install_rpms_for_devel.sh
+++ b/tools/install_rpms_for_devel.sh
@@ -57,9 +57,9 @@ else
CARES="c-ares-devel c-ares"
fi
-# Assume if they've got this script they've got subversion already...
PKGS="autoconf automake libtool gcc flex bison python perl $GLIB2
-$PCAP $ZLIB lua-devel lua $CARES $GTK2 desktop-file-utils $QT fop asciidoc"
+$PCAP $ZLIB lua-devel lua $CARES $GTK2 desktop-file-utils $QT fop asciidoc
+subversion perl-podlators"
echo "Run this command (as root):"
echo