[rf - fix m opcion in nobild regex Zsolt SZALAI <xbit at frugalware.org>**20060310153336] { hunk ./rf 568 -$opts{L} = 0 if $buildscript =~ /^nobuild=|^options.*?nobuild/; +$opts{L} = 0 if $buildscript =~ /^nobuild=|^options.*?nobuild/m; }