From a9d625beeb4f8dfe07a94c4d8262d4d0d02cd13e Mon Sep 17 00:00:00 2001 From: Stanislav Visnovsky Date: Mon, 20 Feb 2006 10:05:26 +0000 Subject: [PATCH] enable storage on target --- zypp/zypp_detail/ZYppImpl.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zypp/zypp_detail/ZYppImpl.cc b/zypp/zypp_detail/ZYppImpl.cc index f77a1da..899bfba 100644 --- a/zypp/zypp_detail/ZYppImpl.cc +++ b/zypp/zypp_detail/ZYppImpl.cc @@ -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() -- 2.7.4