aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rwxr-xr-xmodules/mirror_cleaner/files/orphans_cleaner.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mirror_cleaner/files/orphans_cleaner.pl b/modules/mirror_cleaner/files/orphans_cleaner.pl
index 04a73fe2..ff4f12e5 100755
--- a/modules/mirror_cleaner/files/orphans_cleaner.pl
+++ b/modules/mirror_cleaner/files/orphans_cleaner.pl
@@ -64,7 +64,7 @@ foreach my $a ( @arches ) {
( $dest_rpm = $rpm ) =~ s/$path/$dest_path/;
my $dir = dirname $dest_rpm;
make_path $dir if not -d $dir;
- copy($rpm, $dest_rpm)
+ move($rpm, $dest_rpm)
}
}
}