aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pyside.rb
diff options
context:
space:
mode:
authorJohn Harrison2011-08-26 13:25:36 -0500
committerCharlie Sharpsteen2011-08-26 11:47:49 -0700
commit10dcc693255b2aaded01c0cdb6cccd7a29f1f91e (patch)
tree15feaf293ff05b7e1a9fef143828abe76faa932c /Library/Formula/pyside.rb
parentce8e5f7b0f229e8563fb257fafdc56cb84dbe213 (diff)
downloadhomebrew-10dcc693255b2aaded01c0cdb6cccd7a29f1f91e.tar.bz2
Pyside: Fix path to site-packages
Corrected the site-packages paths for pyside and pyside-tools to agree with python's formula. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Diffstat (limited to 'Library/Formula/pyside.rb')
-rw-r--r--Library/Formula/pyside.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/pyside.rb b/Library/Formula/pyside.rb
index 826ba9d3c..0ad595575 100644
--- a/Library/Formula/pyside.rb
+++ b/Library/Formula/pyside.rb
@@ -5,7 +5,7 @@ def which_python
end
def site_package_dir
- "lib/#{which_python}/site_packages"
+ "lib/#{which_python}/site-packages"
end
class Pyside < Formula