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>
This commit is contained in:
John Harrison 2011-08-26 13:25:36 -05:00 committed by Charlie Sharpsteen
parent 3a53993254
commit 10df6cd502
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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