From 164342f86ba07d5b88e9b058f4a4dce89c959c29 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 26 Sep 2007 11:21:07 +0000 Subject: improve log message --- lib/Youri/Submit/Action/Install.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Youri/Submit/Action/Install.pm b/lib/Youri/Submit/Action/Install.pm index da82d93..023106d 100644 --- a/lib/Youri/Submit/Action/Install.pm +++ b/lib/Youri/Submit/Action/Install.pm @@ -52,7 +52,7 @@ sub run { # install file to new location my $status = system("install -m $self->{_perms} $file $dest/$rpm"); - croak "Unable to install file $file to $dest: $?" if $status; + croak "Unable to install file $file to $dest/$rpm: $?" if $status; my $arch = $package->get_arch(); $repository->set_arch_changed($target, $arch); -- cgit v1.2.1