aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ifuse.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2013-01-27 20:51:08 -0800
committerAdam Vandenberg2013-01-28 21:40:05 -0800
commit98b21b667b593462447326ea12612ed978c70247 (patch)
tree715dc09ce2a2c2dd69a8c17f5d661ffe343d2090 /Library/Formula/ifuse.rb
parent54e57a109bb5e19917121d804b4b88423407bcca (diff)
downloadhomebrew-98b21b667b593462447326ea12612ed978c70247.tar.bz2
ifuse: style nits
Diffstat (limited to 'Library/Formula/ifuse.rb')
-rw-r--r--Library/Formula/ifuse.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/ifuse.rb b/Library/Formula/ifuse.rb
index 9e4737bc2..642ba7ae2 100644
--- a/Library/Formula/ifuse.rb
+++ b/Library/Formula/ifuse.rb
@@ -1,8 +1,8 @@
require 'formula'
class Ifuse < Formula
- url 'http://www.libimobiledevice.org/downloads/ifuse-1.1.2.tar.bz2'
homepage 'http://www.libimobiledevice.org/'
+ url 'http://www.libimobiledevice.org/downloads/ifuse-1.1.2.tar.bz2'
sha1 '885d88b45edb85c38b0ce9863f0d45fd378b5614'
depends_on 'pkg-config' => :build
@@ -11,7 +11,8 @@ class Ifuse < Formula
depends_on 'fuse4x'
def install
- system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
+ system "./configure", "--disable-dependency-tracking",
+ "--prefix=#{prefix}"
system "make install"
end