mirror of
https://github.com/glest/glest-source.git
synced 2025-08-31 11:41:46 +02:00
fix setupBuildDeps.sh for Fedora 18
This commit is contained in:
@@ -248,7 +248,7 @@ case $distribution in
|
|||||||
|
|
||||||
Fedora)
|
Fedora)
|
||||||
case $release in
|
case $release in
|
||||||
13|14)
|
13|14|15|16|17|18)
|
||||||
installcommand='yum groupinstall development-tools'
|
installcommand='yum groupinstall development-tools'
|
||||||
$installcommand
|
$installcommand
|
||||||
if [ $? != 0 ]; then error_during_installation; exit 1; fi
|
if [ $? != 0 ]; then error_during_installation; exit 1; fi
|
||||||
|
Reference in New Issue
Block a user