diff options
author | Marc Vertes <mvertes@free.fr> | 2017-04-17 00:58:25 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-17 14:54:33 +0000 |
commit | 10d26ea4585efe24929db33db8166ddfc35bbc95 (patch) | |
tree | 8f65d1794013d422990c46e7efd8296cb4470fa9 /testing/mongodb-tools/fix-build.patch | |
parent | 0e2accf3a3bd3f7a4718db7d217110d4152b3bb8 (diff) | |
download | aports-10d26ea4585efe24929db33db8166ddfc35bbc95.tar.bz2 aports-10d26ea4585efe24929db33db8166ddfc35bbc95.tar.xz |
testing/mongodb-tools: upgrade to 3.4.3
Diffstat (limited to 'testing/mongodb-tools/fix-build.patch')
-rw-r--r-- | testing/mongodb-tools/fix-build.patch | 13 |
1 files changed, 13 insertions, 0 deletions
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)/" \ |