From: Klaus Kaempf Date: Mon, 7 Jan 2008 16:36:07 +0000 (+0000) Subject: set pool architecture X-Git-Tag: BASE-SuSE-Code-12_1-Branch~308^2~718 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1534d0ee96464985ee949991b719d70a7424887a;p=thirdparty%2Flibsolv.git set pool architecture --- diff --git a/examples/perl/example.pl b/examples/perl/example.pl index fae0d2c4..8911cf83 100644 --- a/examples/perl/example.pl +++ b/examples/perl/example.pl @@ -9,6 +9,7 @@ use satsolverx; # Create Pool and Repository my $pool = new satsolverx::Pool; +$pool -> set_arch( 'i686' ); my $repo = $pool -> create_repo('repo'); # Add Solvable to Repository