summaryrefslogtreecommitdiff
path: root/community/mongodb/SConscript.client.patch
blob: f289d18da24b6cd65e9e9c2c3027e0069a6176e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/SConscript.client b/src/SConscript.client
index 7a6bdc9..3fb55e5 100644
--- a/src/SConscript.client
+++ b/src/SConscript.client
@@ -134,7 +134,7 @@ env.Install(
 # install
 prefix = GetOption("prefix")
 
-env.Install(prefix + "/lib", '${LIBPREFIX}mongoclient${LIBSUFFIX}')
+env.InstallAs(prefix + "/lib", '${LIBPREFIX}mongoclient${LIBSUFFIX}')
 
 for x in clientHeaderDirectories:
     env.Install(prefix + "/include/mongo/" + x,