Mailinglist Archive: zypp-commit (315 mails)

< Previous Next >
[zypp-commit] r11016 - /trunk/libzypp/zypp/target/TargetImpl.cc
  • From: mlandres@xxxxxxxxxxxxxxxx
  • Date: Thu, 11 Sep 2008 14:21:10 -0000
  • Message-id: <20080911142110.EABB627FDE@xxxxxxxxxxxxxxxx>
Author: mlandres
Date: Thu Sep 11 16:21:10 2008
New Revision: 11016

URL: http://svn.opensuse.org/viewcvs/zypp?rev=11016&view=rev
Log:
fix attr

Modified:
trunk/libzypp/zypp/target/TargetImpl.cc

Modified: trunk/libzypp/zypp/target/TargetImpl.cc
URL:
http://svn.opensuse.org/viewcvs/zypp/trunk/libzypp/zypp/target/TargetImpl.cc?rev=11016&r1=11015&r2=11016&view=diff
==============================================================================
--- trunk/libzypp/zypp/target/TargetImpl.cc (original)
+++ trunk/libzypp/zypp/target/TargetImpl.cc Thu Sep 11 16:21:10 2008
@@ -891,7 +891,7 @@
if ( ! root_r.empty() )
cmd << " -r '" << root_r << "'";
cmd << " -p '" << Pathname::assertprefix( root_r, "/etc/products.d" )
<< "'";
- cmd << " -a distribution.target";
+ cmd << " -a " << attr_r;

MIL << "Executing: " << cmd << endl;
ExternalProgram prog( cmd.str(), ExternalProgram::Discard_Stderr );

--
To unsubscribe, e-mail: zypp-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages