X-Git-Url: https://git.whamcloud.com/gitweb?a=blobdiff_plain;f=build%2Ffuncs.sh;h=09292d08de310c634feb1b791a0cca7399fdb779;hb=065c4a4f99c0bcf41c319a31fccdaaad94b9a548;hp=f7046f5e0f28841e0fa1a73cd627d65d89fa6825;hpb=f6dfc2bef1ced583d9db3dc4d220b88216edf97e;p=fs%2Flustre-release.git diff --git a/build/funcs.sh b/build/funcs.sh index f7046f5..09292d0 100644 --- a/build/funcs.sh +++ b/build/funcs.sh @@ -179,6 +179,7 @@ autodetect_target() { case ${distro} in oel5) target="2.6-oel5";; rhel5) target="2.6-rhel5";; + rhel6) target="2.6-rhel6";; sles10) target="2.6-sles10";; sles11) target="2.6-sles11";; *) fatal 1 "I don't know what distro $distro is.\nEither update autodetect_target() or use the --target argument.";;