mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
renamed a method, plus, building now fully works for deb's
This commit is contained in:
@@ -37,8 +37,9 @@ it are passed to rpm on its command line.
|
||||
|
||||
sub install {
|
||||
my $this=shift;
|
||||
my $rpm=shift;
|
||||
|
||||
system("rpm -ivh $ENV{RPMINSTALLOPT} ".$this->filename) &&
|
||||
system("rpm -ivh $ENV{RPMINSTALLOPT} $rpm") &&
|
||||
die "Unable to install: $!";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user