File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1616# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1717# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1818#
19- # $Id: setup.py,v 1.73 2004-10-31 08:56 :39 a1s Exp $
19+ # $Id: setup.py,v 1.74 2004-11-10 22:27 :39 richard Exp $
2020
2121from distutils .core import setup , Extension
2222from distutils .util import get_platform
@@ -114,7 +114,7 @@ def finalize_options(self):
114114
115115 # tweak python path for installations outside main python library
116116 if cmdopt .get ("install" , {}).has_key ("prefix" ):
117- prefix = cmdopt ['install' ]['prefix' ][1 ]
117+ prefix = os . path . expanduser ( cmdopt ['install' ]['prefix' ][1 ])
118118 version = '%d.%d' % sys .version_info [:2 ]
119119 self .script_preamble = '''
120120import sys
You can’t perform that action at this time.
0 commit comments