From 10d26ea4585efe24929db33db8166ddfc35bbc95 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Mon, 17 Apr 2017 00:58:25 +0200 Subject: testing/mongodb-tools: upgrade to 3.4.3 --- testing/mongodb-tools/fix-build.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 testing/mongodb-tools/fix-build.patch (limited to 'testing/mongodb-tools/fix-build.patch') diff --git a/testing/mongodb-tools/fix-build.patch b/testing/mongodb-tools/fix-build.patch new file mode 100644 index 0000000000..4913d8caa6 --- /dev/null +++ b/testing/mongodb-tools/fix-build.patch @@ -0,0 +1,13 @@ +--- mongo-tools-r3.4.3/build.sh.orig ++++ mongo-tools-r3.4.3/build.sh +@@ -7,8 +7,8 @@ + fi + + # make sure we're in the directory where the script lives +-SCRIPT_DIR="$(cd "$(dirname ${BASH_SOURCE[0]})" && pwd)" +-cd $SCRIPT_DIR ++#SCRIPT_DIR="$(cd "$(dirname ${BASH_SOURCE[0]})" && pwd)" ++#cd $SCRIPT_DIR + + sed -i.bak -e "s/built-without-version-string/$(git describe)/" \ + -e "s/built-without-git-spec/$(git rev-parse HEAD)/" \ -- cgit v1.2.3