diff options
Diffstat (limited to 'Library/Formula/tiger-vnc.rb')
| -rw-r--r-- | Library/Formula/tiger-vnc.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/tiger-vnc.rb b/Library/Formula/tiger-vnc.rb index d3ab90ff0..44388f0c0 100644 --- a/Library/Formula/tiger-vnc.rb +++ b/Library/Formula/tiger-vnc.rb @@ -1,12 +1,12 @@ require 'formula' class TigerVnc < Formula - url 'http://downloads.sourceforge.net/project/tigervnc/tigervnc/1.0.1/tigervnc-1.0.1.tar.gz' homepage 'http://tigervnc.org/' + url 'http://downloads.sourceforge.net/project/tigervnc/tigervnc/1.0.1/tigervnc-1.0.1.tar.gz' md5 'daca3eb16afe65253b766eccb8bfdbc5' def install - Dir.chdir "./unix" do + cd "unix" do system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}" system "make install" |
