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:
parent
3a53993254
commit
10df6cd502
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue