fix setupBuildDeps.sh for Fedora 18

This commit is contained in:
Tom Reynolds 2013-07-05 16:30:27 +00:00
parent 7138b46456
commit 884e0af446
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ case $distribution in
Fedora)
case $release in
13|14)
13|14|15|16|17|18)
installcommand='yum groupinstall development-tools'
$installcommand
if [ $? != 0 ]; then error_during_installation; exit 1; fi