diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/s3-backer.rb | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
