From 76250bc40f18b6c0d6eda0f831272764431e5f68 Mon Sep 17 00:00:00 2001 From: Jan Kupec Date: Fri, 10 Aug 2007 18:49:11 +0000 Subject: [PATCH] - support also "Plaindir" as valid repo type name (#298622) --- zypp/repo/RepoType.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zypp/repo/RepoType.cc b/zypp/repo/RepoType.cc index 5fae197..46ac17f 100644 --- a/zypp/repo/RepoType.cc +++ b/zypp/repo/RepoType.cc @@ -45,7 +45,7 @@ namespace repo _table["YAST"] = RepoType::YAST2_e; _table["YAST2"] = RepoType::YAST2_e; _table["yast2"] = RepoType::YAST2_e; - _table["plaindir"] = RepoType::RPMPLAINDIR_e; + _table["plaindir"] = _table["Plaindir"] = RepoType::RPMPLAINDIR_e; _table["NONE"] = _table["none"] = RepoType::NONE_e; } -- 2.7.4