enable storage on target
authorStanislav Visnovsky <visnov@suse.cz>
Mon, 20 Feb 2006 10:05:26 +0000 (10:05 +0000)
committerStanislav Visnovsky <visnov@suse.cz>
Mon, 20 Feb 2006 10:05:26 +0000 (10:05 +0000)
zypp/zypp_detail/ZYppImpl.cc

index f77a1da..899bfba 100644 (file)
@@ -96,7 +96,10 @@ namespace zypp
        _target = Target_Ptr();
       _target = new Target(root);
       if (!commit_only)
+      {
+       _target->enableStorage(root);
        addResolvables (_target->resolvables(), true);
+      }
     }
 
     void ZYppImpl::finishTarget()