mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
ruby: don't install bin/*.lock files.
This commit is contained in:
parent
ae641e8560
commit
4b114f5acd
1 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,7 @@ _ruby_abiver=3.3.0
|
||||||
|
|
||||||
pkgname=ruby
|
pkgname=ruby
|
||||||
version=3.3.5
|
version=3.3.5
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-shared --disable-rpath
|
configure_args="--enable-shared --disable-rpath
|
||||||
PKG_CONFIG=/usr/bin/pkg-config"
|
PKG_CONFIG=/usr/bin/pkg-config"
|
||||||
|
@ -87,6 +87,8 @@ post_install() {
|
||||||
# Replace reference to the install(1) wrapper
|
# Replace reference to the install(1) wrapper
|
||||||
vsed -e "s,${XBPS_WRAPPERDIR},/usr/bin,g" -i \
|
vsed -e "s,${XBPS_WRAPPERDIR},/usr/bin,g" -i \
|
||||||
${DESTDIR}/usr/lib/ruby/${_ruby_abiver}/*/rbconfig.rb
|
${DESTDIR}/usr/lib/ruby/${_ruby_abiver}/*/rbconfig.rb
|
||||||
|
# https://bugs.ruby-lang.org/issues/20721 remove with 3.3.6
|
||||||
|
rm -f ${DESTDIR}/usr/bin/*.lock
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue