Whamcloud - gitweb
LU-62 rhel6 support
[fs/lustre-release.git] / build / funcs.sh
index f7046f5..09292d0 100644 (file)
@@ -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.";;