vagrant: llfuse install on darwin needs pkgconfig installed

This commit is contained in:
Thomas Waldmann 2015-10-07 03:39:46 +02:00
parent a4967ec582
commit 81423071d7
1 changed files with 1 additions and 0 deletions

1
Vagrantfile vendored
View File

@ -62,6 +62,7 @@ def packages_darwin
brew install lz4
brew install fakeroot
brew install git
brew install pkgconfig
touch ~vagrant/.bash_profile ; chown vagrant ~vagrant/.bash_profile
EOF
end