fix prefix path for valgrind

This commit is contained in:
James E. King III
2018-09-02 14:52:33 +00:00
parent 6e05151a53
commit eecca83ae2

View File

@@ -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