From 6bce8b7a042a486d85c810833eb3d62208a6990b Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 26 Sep 2007 11:19:44 +0000 Subject: fix installed filename (oops) --- 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 c26ec47..da82d93 100644 --- a/lib/Youri/Submit/Action/Install.pm +++ b/lib/Youri/Submit/Action/Install.pm @@ -51,7 +51,7 @@ sub run { # install file to new location my $status = - system("install -m $self->{_perms} $file $dest"); + system("install -m $self->{_perms} $file $dest/$rpm"); croak "Unable to install file $file to $dest: $?" if $status; my $arch = $package->get_arch(); -- cgit v1.2.1