diff options
Diffstat (limited to 'Library/Formula/encfs.rb')
| -rw-r--r-- | Library/Formula/encfs.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/encfs.rb b/Library/Formula/encfs.rb index e2375a4bf..f7a4ebafa 100644 --- a/Library/Formula/encfs.rb +++ b/Library/Formula/encfs.rb @@ -19,7 +19,7 @@ class Encfs < Formula end def install - system "./configure", "--disable-debug", "--disable-dependency-tracking", + system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}", "--with-boost=#{HOMEBREW_PREFIX}" system "make" |
