summaryrefslogtreecommitdiffstats
path: root/Vagrantfile
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2015-10-07 03:39:46 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2015-10-07 03:39:46 +0200
commit81423071d7bb8abd198d6baa98edb0361d278769 (patch)
treea4160268e4f4fcecd532b2d3a77b589bcb797d61 /Vagrantfile
parenta4967ec5829ee599482d89a9b9cfc227cf16997f (diff)
vagrant: llfuse install on darwin needs pkgconfig installed
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Vagrantfile b/Vagrantfile
index 45a0e7e85..72dfdfddd 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -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