summaryrefslogtreecommitdiff
path: root/jstests/SConscript
diff options
context:
space:
mode:
authorMathew Robinson <chasinglogic@gmail.com>2019-07-11 16:12:34 -0400
committerMathew Robinson <chasinglogic@gmail.com>2019-08-12 15:52:46 -0400
commit780afd77baf061879b05e07b4022a81ab2470af7 (patch)
treefe86b68bdd92d2ddccf67f2534c72a20018c6265 /jstests/SConscript
parenta13bd1716fa21b756b3b380027aefa53b6099db0 (diff)
downloadmongo-780afd77baf061879b05e07b4022a81ab2470af7.tar.gz
SERVER-41670 Add support for renaming awkward autogenerated package names via an aliasing description
Diffstat (limited to 'jstests/SConscript')
-rw-r--r--jstests/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/SConscript b/jstests/SConscript
index bb811946ee6..c9aa97ef785 100644
--- a/jstests/SConscript
+++ b/jstests/SConscript
@@ -10,7 +10,7 @@ if not get_option("install-mode") == "hygienic":
for jstest in env.Glob("**/*.js"):
env.AutoInstall(
- target="$PREFIX_SHARE_DIR/jstests/" + str(jstest.dir),
+ target="$PREFIX_SHAREDIR/jstests/" + str(jstest.dir),
source=jstest,
AIB_COMPONENT="jstests",
AIB_ROLE="runtime",