From 3312da9455018593ececb909b10d885fdb847842 Mon Sep 17 00:00:00 2001 From: Rainer Kartmann <rainer.kartmann@kit.edu> Date: Tue, 15 Jun 2021 10:45:03 +0200 Subject: [PATCH] Add command to create potentially missing directory --- etc/mongocxx/install_mongocxx.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/mongocxx/install_mongocxx.sh b/etc/mongocxx/install_mongocxx.sh index feb912d3b..2578dd3ae 100755 --- a/etc/mongocxx/install_mongocxx.sh +++ b/etc/mongocxx/install_mongocxx.sh @@ -18,6 +18,7 @@ pwd="$(pwd)" # Then you have to update the symlinks (not necessary on the lab pcs) # Update the symlinks because the default mongoc bson cmake configs are shitty +#sudo mkdir -p /usr/lib/include/ #sudo ln -s /usr/include/libbson-1.0/ /usr/lib/include/libbson-1.0 #sudo ln -s /usr/include/libbson-1.0/ /usr/lib/include/libbson-1.0 #sudo ln -s /usr/include/libmongoc-1.0/ /usr/lib/include/libmongoc-1.0 -- GitLab