From 2f410c26f22bd17096c72ee18d82cc6b9ea598ea Mon Sep 17 00:00:00 2001 From: Duncan Mac-Vicar P Date: Fri, 23 Jun 2006 15:18:12 +0000 Subject: [PATCH] fix path for downloading unsigned sources --- zypp/source/susetags/SuseTagsImpl.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zypp/source/susetags/SuseTagsImpl.cc b/zypp/source/susetags/SuseTagsImpl.cc index 64645ff..033ffd4 100644 --- a/zypp/source/susetags/SuseTagsImpl.cc +++ b/zypp/source/susetags/SuseTagsImpl.cc @@ -292,7 +292,7 @@ namespace zypp // in case we dont have list of valid files in content file, we just glob for them std::list descr_dir_file_list; try { - dirInfo( 1, descr_dir_file_list, _path); + dirInfo( 1, descr_dir_file_list, mediaDescrDir()); } catch(Exception &e) { ZYPP_THROW(Exception("Can't list description directory content from " + url().asString() )); -- 2.7.4