diff options
| author | Adam Vandenberg | 2011-09-01 13:59:27 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-09-01 13:59:27 -0700 |
| commit | 9b4f9570991160b38c992758e13dd2dfdbdbb0f9 (patch) | |
| tree | fc13f935077b3ca5a273202d9fa7808b32112d9a /Library/Formula/encfs.rb | |
| parent | 928f89f1d8ecb851157fa7ae4bc710d85e5a5d66 (diff) | |
| download | homebrew-9b4f9570991160b38c992758e13dd2dfdbdbb0f9.tar.bz2 | |
encfs: remove unused configure switch
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" |
