ext4fuse: use osxfuse

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Stefan 2014-01-20 02:46:10 +01:00 committed by Jack Nagel
parent 28002c617e
commit efe6058609

View file

@ -8,7 +8,7 @@ class Ext4fuse < Formula
head 'https://github.com/gerard/ext4fuse.git' head 'https://github.com/gerard/ext4fuse.git'
depends_on 'pkg-config' => :build depends_on 'pkg-config' => :build
depends_on 'fuse4x' depends_on 'osxfuse'
def install def install
system 'make' system 'make'