From 7890ef1b5742aa15567176cab5ff179e5ffcb68e Mon Sep 17 00:00:00 2001 From: Stefan Date: Mon, 20 Jan 2014 02:46:10 +0100 Subject: s3-backer: use osxfuse Signed-off-by: Jack Nagel --- Library/Formula/s3-backer.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/s3-backer.rb b/Library/Formula/s3-backer.rb index a99a1c05a..c000973f6 100644 --- a/Library/Formula/s3-backer.rb +++ b/Library/Formula/s3-backer.rb @@ -6,17 +6,17 @@ class S3Backer < Formula sha1 'c75c7e70cb38bcac41d342a2bdb63e9505ab550a' depends_on 'pkg-config' => :build - depends_on 'fuse4x' + depends_on 'osxfuse' def install - inreplace "configure", "-lfuse", "-lfuse4x" + inreplace "configure", "-lfuse", "-losxfuse" system "./configure", "--prefix=#{prefix}" system "make install" end def caveats <<-EOS.undent - Make sure to follow the directions given by `brew info fuse4x-kext` + Make sure to follow the directions given by `brew info osxfuse` before trying to use a FUSE-based filesystem. EOS end -- cgit v1.2.3