wok-6.x diff ruby-enterprise/receipt @ rev 13970
pcmanfm: fix menu icon
author | ernia <monghitri@aruba.it> |
---|---|
date | Mon Feb 04 12:34:14 2013 +0000 (2013-02-04) |
parents | 36a438c097dc |
children | 205d192370e5 |
line diff
1.1 --- a/ruby-enterprise/receipt Mon Jun 11 16:33:12 2012 +0200 1.2 +++ b/ruby-enterprise/receipt Mon Feb 04 12:34:14 2013 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="ruby-enterprise" 1.7 -VERSION="1.8.7-2011.03" 1.8 +VERSION="1.8.7-2012.02" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Ruby Enterprise Edition" 1.11 MAINTAINER="erjo@slitaz.org" 1.12 @@ -18,6 +18,9 @@ 1.13 compile_rules() 1.14 { 1.15 cd $src/source 1.16 + for i in ext/dl/mk*rb ; do 1.17 + grep -q STDOUT.flush $i || echo "STDOUT.flush" >> $i 1.18 + done 1.19 ./configure $CONFIGURE_ARGS && make && make install 1.20 } 1.21