diff options
| author | Stefan | 2014-01-20 02:46:09 +0100 |
|---|---|---|
| committer | Jack Nagel | 2014-01-21 15:23:31 -0600 |
| commit | d0c62d889e6372f208cbb520cb0d2f3d69e98145 (patch) | |
| tree | bc363c8f2feab2e41401200b62026b39ffd157cc /Library/Formula/afuse.rb | |
| parent | 45907602e3acf39ec2a2d45b1ee732046445e788 (diff) | |
| download | homebrew-d0c62d889e6372f208cbb520cb0d2f3d69e98145.tar.bz2 | |
afuse: use osxfuse
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/afuse.rb')
| -rw-r--r-- | Library/Formula/afuse.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/afuse.rb b/Library/Formula/afuse.rb index 320919806..04e85a271 100644 --- a/Library/Formula/afuse.rb +++ b/Library/Formula/afuse.rb @@ -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 |
