diff options
| author | Anders F Bjorklund | 2012-11-26 22:05:38 +0100 |
|---|---|---|
| committer | Jack Nagel | 2013-03-10 14:49:08 -0500 |
| commit | 839a4e6e8f2080e49c623e92a83c8d33039aafed (patch) | |
| tree | d612aa6252d3c7570b9be37d0506a20ffe074229 /Library/Formula | |
| parent | 41637482d8d0c5560f20e4e8758bb47f9e89f4b5 (diff) | |
| download | homebrew-839a4e6e8f2080e49c623e92a83c8d33039aafed.tar.bz2 | |
rpm2cpio: install to bin/rpm2cpio.pl
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>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/rpm2cpio.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/rpm2cpio.rb b/Library/Formula/rpm2cpio.rb index 1b322778a..965aa54de 100644 --- a/Library/Formula/rpm2cpio.rb +++ b/Library/Formula/rpm2cpio.rb @@ -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 |
