Whamcloud - gitweb
b=21581 fix typo; add Fedora
authorBrian J. Murrell <brian@whamcloud.com>
Fri, 28 Jan 2011 22:00:53 +0000 (17:00 -0500)
committerTerry Rutledge <terry.rutledge@oracle.com>
Fri, 28 Jan 2011 23:15:35 +0000 (15:15 -0800)
Fix a typo.
Add Fedora for the yum cases per Andreas.

LU-47

Change-Id: Ie4e6fd9860dcd1c6280cdd907c54bd2e50aab7cc

build/autogen.sh

index e150bc2..888f6f2 100644 (file)
@@ -31,10 +31,10 @@ error_msg() {
                echo -e "To install $cmd, you can use the command:\n# $1"
        }
        case $dist_id in
-               fUbuntu) howto "apt-get install $cmd" ;;
-       CentOS|RedHat*) howto "yum install $cmd" ;;
-                SUSE*) howto "yast -i $cmd" ;;
-                    *) echo -e "\nInstallation instructions for the package $cmd on $dist_id are not known.\nIf you know how to install the required package, please file a bug at\njira.whamcloud.com and include your distribution and that the output from:\n\"lsb_release -is\" is: \"$dist_id\"" ;;
+                       Ubuntu) howto "apt-get install $cmd" ;;
+       CentOS|RedHat*|Fedora*) howto "yum install $cmd" ;;
+                        SUSE*) howto "yast -i $cmd" ;;
+                            *) echo -e "\nInstallation instructions for the package $cmd on $dist_id are not known.\nIf you know how to install the required package, please file a bug at\njira.whamcloud.com and include your distribution and that the output from:\n\"lsb_release -is\" is: \"$dist_id\"" ;;
        esac
 
        exit 1