Rev 11995: Fix paths. in file:///home/jelmer/bzr.samba/python/

Jelmer Vernooij jelmer at samba.org
Mon Apr 23 20:47:37 GMT 2007


At file:///home/jelmer/bzr.samba/python/

------------------------------------------------------------
revno: 11995
revision-id: jelmer at samba.org-20070423204721-oazsviba59vu2tpu
parent: jelmer at samba.org-20070423203805-19fmdqndofrcbpeh
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: python
timestamp: Mon 2007-04-23 22:47:21 +0200
message:
  Fix paths.
modified:
  source/lib/python/Modules/getpath.c getpath.c-20070423105804-3mrp9flhlt8pjj8v-390
=== modified file 'source/lib/python/Modules/getpath.c'
--- a/source/lib/python/Modules/getpath.c	2007-04-23 11:03:09 +0000
+++ b/source/lib/python/Modules/getpath.c	2007-04-23 20:47:21 +0000
@@ -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