aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMandrake <mandrake@mandriva.com>2006-10-26 11:10:01 +0000
committerMandrake <mandrake@mandriva.com>2006-10-26 11:10:01 +0000
commit2a0eadca8aa1dfb547049d4d1a602d76b90f2de7 (patch)
tree1337f329b80f89f0a7753104555747d34dcedfd4
parenta5b0ba36b1b47889f9706da0f11b8458aac51c6a (diff)
downloadmga-youri-submit-2a0eadca8aa1dfb547049d4d1a602d76b90f2de7.tar
mga-youri-submit-2a0eadca8aa1dfb547049d4d1a602d76b90f2de7.tar.gz
mga-youri-submit-2a0eadca8aa1dfb547049d4d1a602d76b90f2de7.tar.bz2
mga-youri-submit-2a0eadca8aa1dfb547049d4d1a602d76b90f2de7.tar.xz
mga-youri-submit-2a0eadca8aa1dfb547049d4d1a602d76b90f2de7.zip
get_reject_path seems to be the new name
-rw-r--r--lib/Youri/Submit/Reject/Install.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Youri/Submit/Reject/Install.pm b/lib/Youri/Submit/Reject/Install.pm
index c9be7b9..c0032fe 100644
--- a/lib/Youri/Submit/Reject/Install.pm
+++ b/lib/Youri/Submit/Reject/Install.pm
@@ -33,7 +33,7 @@ sub run {
my $file = $package->get_file();
my $rpm = $package->get_file_name();
- my $dest = $repository->get_reject_dir($package, $target, $define);
+ my $dest = $repository->get_reject_path($package, $target, $define);
# FIXME remove prefix this should be done by a function
$rpm =~ s/^\d{14}\.\w+\.\w+\.\d+_//;