1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-01-30 19:21:17 +00:00

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
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