diff options
Diffstat (limited to 'Library/Formula/oxygen-icons.rb')
| -rw-r--r-- | Library/Formula/oxygen-icons.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/oxygen-icons.rb b/Library/Formula/oxygen-icons.rb index d88aab238..6ffea5dad 100644 --- a/Library/Formula/oxygen-icons.rb +++ b/Library/Formula/oxygen-icons.rb @@ -1,14 +1,14 @@ require 'formula' class OxygenIcons < Formula - url 'ftp://ftp.kde.org/pub/kde/stable/4.6.0/src/oxygen-icons-4.6.0.tar.bz2' homepage 'http://www.oxygen-icons.org/' + url 'ftp://ftp.kde.org/pub/kde/stable/4.6.0/src/oxygen-icons-4.6.0.tar.bz2' md5 '47b943e1b8bc2c1cef10fd791ac70091' depends_on 'cmake' => :build def install - system "cmake . #{std_cmake_parameters}" + system "cmake #{std_cmake_parameters} ." system "make install" end end |
