vagrant: relax chmod glob.

This commit is contained in:
Leah Neukirchen 2023-05-17 19:24:19 +02:00
parent 7ae8e0eadb
commit f128839096

View file

@ -1,7 +1,7 @@
# Template file for 'vagrant' # Template file for 'vagrant'
pkgname=vagrant pkgname=vagrant
version=2.3.5 version=2.3.5
revision=2 revision=3
archs="i686 x86_64*" archs="i686 x86_64*"
build_style=gemspec build_style=gemspec
depends="bsdtar curl openssh rsync" depends="bsdtar curl openssh rsync"
@ -56,6 +56,6 @@ do_install() {
rm -r ${DESTDIR}/usr/lib/vagrant/cache rm -r ${DESTDIR}/usr/lib/vagrant/cache
# XXX: work around bad permissions # XXX: work around bad permissions
chmod 644 ${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-3.23.0/lib/google/protobuf/*.rb ${DESTDIR}/usr/lib/vagrant/gems/google-protobuf-*/lib/google/protobuf/*.rb
} }