s3-backer: use osxfuse
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
af6296932f
commit
e48ae49398
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue