Commit 1f03127f authored by Ed Reel's avatar Ed Reel

Remove extra config options

parent fca0eaf6
......@@ -6,11 +6,7 @@ class Fuse < Package
source_sha1 'cd174e3d37995a42fad32fac92f76cd18e24174f'
def self.build
system "./configure \
--prefix=/usr/local \
--disable-kernel-module \
--disable-static \
INIT_D_PATH=/tmp/init.d"
system "./configure"
system "make"
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment