Author: dmeyer
Date: Thu Mar 29 17:15:11 2007
New Revision: 9419

Modified:
   trunk/setup.py

Log:
expand user for prefix guessing

Modified: trunk/setup.py
==============================================================================
--- trunk/setup.py      (original)
+++ trunk/setup.py      Thu Mar 29 17:15:11 2007
@@ -53,7 +53,7 @@
     else:
         continue
     libdir = 'lib/python%s.%s/site-packages' % sys.version_info[:2]
-    sys.path.insert(0, os.path.join(prefix, libdir))
+    sys.path.insert(0, os.path.expanduser(os.path.join(prefix, libdir)))
 
 
 # Adding base/build/lib to the python path so that all freevo modules

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to