aboutsummaryrefslogtreecommitdiffstats
path: root/non-free/mongodb-tools/fix-build.patch
blob: 4913d8caa693a4c484e5752d2466e7208a93f510 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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)/" \