Replace things like [[ $PORTAGE_BUILDDIR/.prepared -nt $WORKDIR ]] with
authorZac Medico <zmedico@gentoo.org>
Mon, 9 Mar 2009 01:17:37 +0000 (01:17 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 9 Mar 2009 01:17:37 +0000 (01:17 -0000)
commit230464b3bf7aad43105293c2fe96d323cdc3215a
tree0a159d800669b0234bc97617a15bc030dfefa8ea
parent7cb39877b7f6231ce11f1161cf2d3fe42e287b59
Replace things like [[ $PORTAGE_BUILDDIR/.prepared -nt $WORKDIR ]] with
simply [[ -e $PORTAGE_BUILDDIR/.prepared ]] since the timestamp of
$WORKDIR is practically always newer due to the other hidden files that are
created there as each phase is executed. Thanks to Alfredo Tupone <tupone@g.o>
for reporting.

svn path=/main/trunk/; revision=12795
bin/ebuild.sh