vagrant: relax chmod glob.
This commit is contained in:
parent
7ae8e0eadb
commit
f128839096
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue