diff options
| author | Stefan | 2014-01-20 02:46:10 +0100 |
|---|---|---|
| committer | Jack Nagel | 2014-01-21 15:23:45 -0600 |
| commit | 7890ef1b5742aa15567176cab5ff179e5ffcb68e (patch) | |
| tree | 4bc4d12d58e8ce4399ca0ca33583348a682fd843 /Library/Formula | |
| parent | a16e9ca695fb025f90043b1974bdfc25efa5094c (diff) | |
| download | homebrew-7890ef1b5742aa15567176cab5ff179e5ffcb68e.tar.bz2 | |
s3-backer: use osxfuse
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
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 |
