aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/kdepimlibs.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/kdepimlibs.rb')
-rw-r--r--Library/Formula/kdepimlibs.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/kdepimlibs.rb b/Library/Formula/kdepimlibs.rb
index 0083302f7..8fd1b19e8 100644
--- a/Library/Formula/kdepimlibs.rb
+++ b/Library/Formula/kdepimlibs.rb
@@ -1,8 +1,8 @@
require 'formula'
class Kdepimlibs < Formula
- url 'ftp://ftp.kde.org/pub/kde/stable/4.6.0/src/kdepimlibs-4.6.0.tar.bz2'
homepage 'http://www.kde.org/'
+ url 'ftp://ftp.kde.org/pub/kde/stable/4.6.0/src/kdepimlibs-4.6.0.tar.bz2'
md5 'bfcc74fff5c6d0803d43cf13033660ab'
depends_on 'cmake' => :build
@@ -12,7 +12,7 @@ class Kdepimlibs < Formula
depends_on 'kdelibs'
def install
- system "cmake . #{std_cmake_parameters} -DBUNDLE_INSTALL_DIR=#{bin}"
+ system "cmake #{std_cmake_parameters} -DBUNDLE_INSTALL_DIR=#{bin} ."
system "make install"
end
end