vagrant updates
This commit is contained in:
parent
e176330a74
commit
85f069fa8a
3 changed files with 15 additions and 8 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue