aboutsummaryrefslogtreecommitdiffstats
path: root/vagrant_build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'vagrant_build.sh')
-rw-r--r--vagrant_build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/vagrant_build.sh b/vagrant_build.sh
index 49a2ed869d..293755f577 100644
--- a/vagrant_build.sh
+++ b/vagrant_build.sh
@@ -23,6 +23,7 @@
set -e
grep -q WIRESHARK_RUN_FROM_BUILD_DIRECTORY ~/.profile || echo "export WIRESHARK_RUN_FROM_BUILD_DIRECTORY=1" >> ~/.profile
+grep -q WIRESHARK_BIN_DIR ~/.profile || echo "export WIRESHARK_BIN_DIR=~/build/run" >> ~/.profile
mkdir -p build
cd build
cmake /vagrant/