b4e6cfc
diff --git a/distro_build_configs.sh b/distro_build_configs.sh
b4e6cfc
index bad43e3c..52eb1136 100644
b4e6cfc
--- a/distro_build_configs.sh
b4e6cfc
+++ b/distro_build_configs.sh
b4e6cfc
@@ -24,7 +24,7 @@ if [ "$DISTRO" = "" ] && [ -r /etc/os-release ];then
b4e6cfc
 	sle*|*suse*)
b4e6cfc
 	    DISTRO="SUSE"
b4e6cfc
 	    ;;
b4e6cfc
-	fedora*|centos*)
b4e6cfc
+	fedora*|centos*|rhel*)
b4e6cfc
 	    DISTRO="FEDORA"
b4e6cfc
 	    ;;
b4e6cfc
 	ubuntu*|debian*)