mirror of
https://github.com/glest/glest-source.git
synced 2025-02-24 11:42:31 +01:00
fix setupBuildDeps.sh for Fedora 18
This commit is contained in:
parent
7138b46456
commit
884e0af446
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user