From eecca83ae2c6732d02129a96ffc423e9974022a3 Mon Sep 17 00:00:00 2001 From: "James E. King III" Date: Sun, 2 Sep 2018 14:52:33 +0000 Subject: [PATCH] fix prefix path for valgrind --- ci/travis/valgrind.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/travis/valgrind.sh b/ci/travis/valgrind.sh index a487285..a72dc6f 100755 --- a/ci/travis/valgrind.sh +++ b/ci/travis/valgrind.sh @@ -26,7 +26,7 @@ if [[ ! -z "$VALGRIND_COMMIT" ]]; then fi ./autogen.sh -./configure --prefix=~/vg +./configure --prefix=/tmp/vg make -j3 make -j3 install popd