diff options
Diffstat (limited to 'Library/Formula/python.rb')
| -rw-r--r-- | Library/Formula/python.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index 6118ad716..d1d058644 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -11,7 +11,8 @@ class Python <Formula end def skip_clean? path - return path == bin+'python' or path == bin+'python2.6' + path == bin+'python' or path == bin+'python2.6' or # if you strip these, it can't load modules + path == lib+'python2.6' # save a lot of time end def install |
