wok-next diff ruby-test-unit/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents efc1e4b02968
children
line diff
     1.1 --- a/ruby-test-unit/receipt	Sat Aug 18 16:19:00 2018 +0300
     1.2 +++ b/ruby-test-unit/receipt	Tue Sep 01 10:31:46 2020 +0000
     1.3 @@ -14,6 +14,8 @@
     1.4  WGET_URL="https://rubygems.org/downloads/$TARBALL"
     1.5  
     1.6  BUILD_DEPENDS="ruby-dev"
     1.7 +COPY_std="@ruby"
     1.8 +DEPENDS_std="ruby"
     1.9  
    1.10  compile_rules() {
    1.11  	gem install \
    1.12 @@ -22,10 +24,6 @@
    1.13  		--no-user-install \
    1.14  		--build-root $install \
    1.15  		$src/$TARBALL &&
    1.16 -	fix gem
    1.17 +	fix gem &&
    1.18 +	find $install -type f -perm 664 -exec chmod 644 '{}' \;
    1.19  }
    1.20 -
    1.21 -genpkg_rules() {
    1.22 -	copy @ruby
    1.23 -	DEPENDS="ruby"
    1.24 -}