vagrant updates

This commit is contained in:
Olof Hagsand 2020-10-18 15:22:50 +00:00
parent e176330a74
commit 85f069fa8a
3 changed files with 15 additions and 8 deletions

View file

@ -39,6 +39,9 @@ git pull
if [ $release = "freebsd" ]; then
./configure
MAKE=$(which gmake)
elif [ $release = "arch" ]; then
./configure --prefix=/usr
MAKE=/usr/bin/make
else
./configure --prefix=/usr
MAKE=$(which make)