xbps-src: common/{,environment}/build_style -> common/${,environment}/build-style.
This commit is contained in:
9
common/build-style/ruby-module.sh
Normal file
9
common/build-style/ruby-module.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#
|
||||
# This helper is for templates installing ruby modules.
|
||||
#
|
||||
|
||||
do_install() {
|
||||
local _vendorlibdir=$(ruby -e 'puts RbConfig::CONFIG["vendorlibdir"]')
|
||||
|
||||
ruby install.rb --destdir=${DESTDIR} --sitelibdir=${_vendorlibdir} ${make_install_args}
|
||||
}
|
Reference in New Issue
Block a user