wok rev 13039

Up ruby-enterprise (1.8.7-2012.02)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jun 13 11:56:47 2012 +0200 (2012-06-13)
parents 898b528602d0
children e2e8f01cdde5
files ruby-enterprise/receipt
line diff
     1.1 --- a/ruby-enterprise/receipt	Wed Jun 13 10:24:00 2012 +0200
     1.2 +++ b/ruby-enterprise/receipt	Wed Jun 13 11:56:47 2012 +0200
     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