aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/pyside-tools.rb2
-rw-r--r--Library/Formula/pyside.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/pyside-tools.rb b/Library/Formula/pyside-tools.rb
index 4de5937b3..dda1bfe57 100644
--- a/Library/Formula/pyside-tools.rb
+++ b/Library/Formula/pyside-tools.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 PysideTools < Formula
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