Skip to content

Commit

Permalink
rpm2cpio: install to bin/rpm2cpio.pl
Browse files Browse the repository at this point in the history
Otherwise rpm2cpio the perl script will conflict with rpm2cpio
the program (i.e. compiled binary), from the rpm installation.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
afb authored and jacknagel committed Mar 10, 2013
1 parent e5860de commit cf41527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/rpm2cpio.rb
Expand Up @@ -11,6 +11,6 @@ class Rpm2cpio < Formula
depends_on 'xz'

def install
bin.install 'rpm2cpio?revision=259745' => 'rpm2cpio'
bin.install 'rpm2cpio?revision=259745' => 'rpm2cpio.pl'
end
end

0 comments on commit cf41527

Please sign in to comment.