diff options
Diffstat (limited to 'testing/mongodb-tools/fix-build.patch')
-rw-r--r-- | testing/mongodb-tools/fix-build.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/testing/mongodb-tools/fix-build.patch b/testing/mongodb-tools/fix-build.patch deleted file mode 100644 index 4913d8caa6..0000000000 --- a/testing/mongodb-tools/fix-build.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- 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)/" \ |