afuse: use osxfuse
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
b2c18a807c
commit
56d50f4df8
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ class Afuse < Formula
|
|||
depends_on :libtool
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'fuse4x'
|
||||
depends_on 'osxfuse'
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||
|
@ -19,7 +19,7 @@ class Afuse < Formula
|
|||
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