aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/rpm2cpio.rb2
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