Skip to content

Commit

Permalink
gem path
Browse files Browse the repository at this point in the history
  • Loading branch information
nxadm committed Sep 3, 2018
1 parent 25f1cc3 commit 1e59b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/pkg_rakudo.pl
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
my $arch = $ENV{ARCH};
$arch = 'native' if $os ne 'Alpine';
if ($os eq 'openSUSE') {
$fpm = `ls -1 /usr/lib64/ruby/gems/2.1.0/gems/fpm-*/bin/fpm`;
$fpm = `ls -1 /usr/lib64/ruby/gems/2.*/gems/fpm-*/bin/fpm`;
chomp $fpm;
}

Expand Down

0 comments on commit 1e59b64

Please sign in to comment.