diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-05-22 09:08:48 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-05-22 09:08:48 +0000 |
commit | c215875d35b923a90313815c965d8caf17174724 (patch) | |
tree | 35fee6473fbb96e8adb61fc1c3d89a2a98793292 /media-video/realone/realone-1.ebuild | |
parent | eclass-ize and fixups (diff) | |
download | gentoo-2-c215875d35b923a90313815c965d8caf17174724.tar.gz gentoo-2-c215875d35b923a90313815c965d8caf17174724.tar.bz2 gentoo-2-c215875d35b923a90313815c965d8caf17174724.zip |
made ebuild more robust
Diffstat (limited to 'media-video/realone/realone-1.ebuild')
-rw-r--r-- | media-video/realone/realone-1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/realone/realone-1.ebuild b/media-video/realone/realone-1.ebuild index ce518d1393e8..32e83340edc2 100644 --- a/media-video/realone/realone-1.ebuild +++ b/media-video/realone/realone-1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/realone/realone-1.ebuild,v 1.7 2003/05/11 13:21:00 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/realone/realone-1.ebuild,v 1.8 2003/05/22 09:08:33 liquidx Exp $ IUSE="gnome kde" @@ -55,7 +55,7 @@ src_install() { unset DISPLAY # make sure it uses the virtualx rather than realx (#19293) export maketype="./${INSTALL_BINARY}" virtualmake < /dev/null >& /dev/null & - while ! [ -r rnsetup/realplaydoc.xpm ] + while ! [ -r rnsetup/realplaydoc.xpm -a -r rnsetup/EMBED/raclass.zip ] do sleep 1 done |