svn commit: samba r25335 - in branches/4.0-python: . source/lib/python/Modules

jelmer at samba.org jelmer at samba.org
Wed Sep 26 01:34:26 GMT 2007


Author: jelmer
Date: 2007-09-26 01:34:26 +0000 (Wed, 26 Sep 2007)
New Revision: 25335

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25335

Log:
 Fix paths.

Modified:
   branches/4.0-python/
   branches/4.0-python/source/lib/python/Modules/getpath.c


Changeset:

Property changes on: branches/4.0-python
___________________________________________________________________
Name: bzr:revision-info
...skipped...
Name: bzr:file-ids
...skipped...
Name: bzr:revision-id:v3-trunk0
...skipped...

Modified: branches/4.0-python/source/lib/python/Modules/getpath.c
===================================================================
--- branches/4.0-python/source/lib/python/Modules/getpath.c	2007-09-26 01:34:23 UTC (rev 25334)
+++ branches/4.0-python/source/lib/python/Modules/getpath.c	2007-09-26 01:34:26 UTC (rev 25335)
@@ -502,6 +502,7 @@
 #endif /* HAVE_READLINK */
 
     reduce(argv0_path);
+	joinpath(argv0_path, "../lib/python");
     /* At this point, argv0_path is guaranteed to be less than
        MAXPATHLEN bytes long.
     */



More information about the samba-cvs mailing list