summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorBen Caimano <ben.caimano@10gen.com>2020-02-24 17:18:04 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-02-24 22:37:41 +0000
commit3aea7a5bc17d86cf14a1abf417d029f0356ee05e (patch)
tree9264ecddc5faeb45217739da2a9d6acf0d333934 /SConstruct
parente95d5f5508384ff84de2f51952cb237fe04ab401 (diff)
downloadmongo-3aea7a5bc17d86cf14a1abf417d029f0356ee05e.tar.gz
Revert "SERVER-45785 Make PREFIX, PREFIX_*DIR, and DESTDIR work more like regular SCons expansions"
This reverts commit eae0b5ee0dabf2cc01008c3e4eb1c82ced80f629.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 685eb3e2889..398f278e2f4 100644
--- a/SConstruct
+++ b/SConstruct
@@ -4449,7 +4449,7 @@ if has_option("cache"):
addNoCacheEmitter(env['BUILDERS']['LoadableModule'])
-resmoke_install_dir = env.subst("$DESTDIR/$PREFIX_BINDIR") if get_option("install-mode") == "hygienic" else env.Dir("#").abspath
+resmoke_install_dir = env.subst("$PREFIX_BINDIR") if get_option("install-mode") == "hygienic" else env.Dir("#").abspath
resmoke_install_dir = os.path.normpath(resmoke_install_dir).replace("\\", r"\\")
# Much blood sweat and tears were shed getting to this point. Any version of