* Remove old EXPANDED_ variables from code. These have been cleaned up from r120.

This commit is contained in:
jonnylamb
2007-06-26 15:01:46 +00:00
parent ba63bbc4ee
commit b8e0dabc4c
6 changed files with 14 additions and 18 deletions
+2 -2
View File
@@ -11,10 +11,10 @@ if binpath.endswith("bin"):
newpath = []
if envpath is not None:
newpath = envpath.split(os.pathsep)
newpath.insert(0, "@EXPANDED_PYTHONDIR@")
newpath.insert(0, "@PYTHONDIR@")
os.environ["PYTHONPATH"] = os.pathsep.join(newpath)
script = os.path.join("@EXPANDED_PKGLIBEXECDIR@",
script = os.path.join("@PKGLIBEXECDIR@",
os.path.basename(sys.argv[0]) + ".py")
else:
script = os.path.join(binpath, binname + ".py")
+1 -1
View File
@@ -20,7 +20,7 @@ DEFAULT_RANDSEED_PATH = '@XPL_DEFAULT_RANDSEED_PATH@'
DEFAULT_SLAPD_PATH = '@DEFAULT_SLAPD_PATH@'
DEFAULT_SLAPD_SCHEMA_DIR = '@DEFAULT_SLAPD_SCHEMA_DIR@'
DEFAULT_LIBEXEC_DIR = '@EXPANDED_PKGLIBEXECDIR@'
DEFAULT_LIBEXEC_DIR = '@PKGLIBEXECDIR@'
# Configured Bongo user. If this looks funky, it's because we're
# substituting in some potentially empty variables from autoconf.