projects
/
platform
/
upstream
/
libzypp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9914eb
)
fix path for downloading unsigned sources
author
Duncan Mac-Vicar P
<dmacvicar@suse.de>
Fri, 23 Jun 2006 15:18:12 +0000
(15:18 +0000)
committer
Duncan Mac-Vicar P
<dmacvicar@suse.de>
Fri, 23 Jun 2006 15:18:12 +0000
(15:18 +0000)
zypp/source/susetags/SuseTagsImpl.cc
patch
|
blob
|
history
diff --git
a/zypp/source/susetags/SuseTagsImpl.cc
b/zypp/source/susetags/SuseTagsImpl.cc
index 64645fff1f603a8419edd1dc7647064aae521a46..033ffd41077c45b98ae01bbd6b990fcc807ba59c 100644
(file)
--- 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<std::string> 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() ));