aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/rpm2cpio.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2011-03-12 17:43:53 -0800
committerAdam Vandenberg2011-03-12 17:43:53 -0800
commit0991680ffdb0f057ace647f81c4300fb6fa6afa3 (patch)
tree351c9d8f2957928319256afc9cd0b5e3aa22b181 /Library/Formula/rpm2cpio.rb
parent28e32c8a4e8cb0a2fc3a6866091505196de70ea2 (diff)
downloadhomebrew-0991680ffdb0f057ace647f81c4300fb6fa6afa3.tar.bz2
Fix inheritance for ScriptFileFormula.
Diffstat (limited to 'Library/Formula/rpm2cpio.rb')
-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 92af11480..64e70e03c 100644
--- a/Library/Formula/rpm2cpio.rb
+++ b/Library/Formula/rpm2cpio.rb
@@ -1,6 +1,6 @@
require 'formula'
-class Rpm2cpio <ScriptFileFormula
+class Rpm2cpio < ScriptFileFormula
url 'http://www.iagora.com/~espel/rpm2cpio'
homepage 'http://www.iagora.com/~espel/rpm2cpio'
md5 '4840560d114b469ebf5a3eea690319fa'