diff --git a/srcpkgs/vagrant/template b/srcpkgs/vagrant/template index e252887b10d..99a7b803c1f 100644 --- a/srcpkgs/vagrant/template +++ b/srcpkgs/vagrant/template @@ -1,7 +1,7 @@ # Template file for 'vagrant' pkgname=vagrant version=2.3.5 -revision=2 +revision=3 archs="i686 x86_64*" build_style=gemspec depends="bsdtar curl openssh rsync" @@ -56,6 +56,6 @@ do_install() { rm -r ${DESTDIR}/usr/lib/vagrant/cache # XXX: work around bad permissions - chmod 644 ${DESTDIR}/usr/lib/vagrant/gems/google-protobuf-3.23.0/lib/google/protobuf.rb \ - ${DESTDIR}/usr/lib/vagrant/gems/google-protobuf-3.23.0/lib/google/protobuf/*.rb + chmod 644 ${DESTDIR}/usr/lib/vagrant/gems/google-protobuf-*/lib/google/protobuf.rb \ + ${DESTDIR}/usr/lib/vagrant/gems/google-protobuf-*/lib/google/protobuf/*.rb }