X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=build%2Fautogen.sh;h=cd7e601ae5b3030d67735a88d248c93c952e9fb4;hb=a9257f57ad27a1b1219cfd8ce29fbfabdca1df84;hp=0308024e59c59b35cda6029c3d63566c358e8fed;hpb=7ef98b9c2549185b1ee2e758eb2cf0da261d75b5;p=fs%2Flustre-release.git diff --git a/build/autogen.sh b/build/autogen.sh index 0308024..cd7e601 100644 --- a/build/autogen.sh +++ b/build/autogen.sh @@ -35,7 +35,7 @@ error_msg() { Ubuntu|Debian) 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\"" ;; + *) 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\nhttp://bugs.whamcloud.com/ and include your distribution and the output from:\n\"lsb_release -is\" is: \"$dist_id\"" ;; esac exit 1