fill location property (#303751)
authorKlaus Kaempf <kkaempf@suse.de>
Sun, 26 Aug 2007 13:48:58 +0000 (13:48 +0000)
committerKlaus Kaempf <kkaempf@suse.de>
Sun, 26 Aug 2007 13:48:58 +0000 (13:48 +0000)
zypp/parser/plaindir/RepoParser.cc

index 18de94c..8f0b10c 100644 (file)
@@ -136,7 +136,10 @@ data::Package_Ptr makePackageDataFromHeader( const RpmHeader::constPtr header,
 //    TranslatedText delnotify;
 //    RecordId  repository;
 
-//       Location repositoryLocation;
+//      Location repositoryLocation;
+
+  pkg->repositoryLocation = location;
+
 //       std::string group;
 //       std::set<std::string> keywords;
 //       Changelog changelog;