tags/ipasserelle-repo-0.2.16-1
0.2.12
parent
52c0cf7bf4
commit
6d5cfcc4dc
1 changed files with 6 additions and 0 deletions
@ -0,0 +1,6 @@ |
|||||||
|
{ |
||||||
|
my $repo = $DB->get("base") or return ''; |
||||||
|
my @exclude = split /[;,]/, ($repo->prop('Exclude') || ''); |
||||||
|
push @exclude, 'libmemcached' unless (grep {$_ eq 'libmemcached'} @exclde); |
||||||
|
$repo->set_prop('Exclude', join(',', @exclude)); |
||||||
|
} |
Loading…
Reference in new issue