From f128839096d436ffae540a47f70f1cf491fa687d Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 17 May 2023 19:24:19 +0200 Subject: [PATCH] vagrant: relax chmod glob. --- srcpkgs/vagrant/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 }