diff options
author | Paul de Vrieze <pauldv@gentoo.org> | 2003-11-18 10:37:43 +0000 |
---|---|---|
committer | Paul de Vrieze <pauldv@gentoo.org> | 2003-11-18 10:37:43 +0000 |
commit | 40ac29a613544b9f3da93900f580c0921550270c (patch) | |
tree | 2883ca9f7df804a57042dcd8f2cba79930f84232 /app-office/openoffice-bin/openoffice-bin-1.1.0.ebuild | |
parent | Fixing changelog entry by root. (diff) | |
download | historical-40ac29a613544b9f3da93900f580c0921550270c.tar.gz historical-40ac29a613544b9f3da93900f580c0921550270c.tar.bz2 historical-40ac29a613544b9f3da93900f580c0921550270c.zip |
Add check for failure of the install program
Diffstat (limited to 'app-office/openoffice-bin/openoffice-bin-1.1.0.ebuild')
-rw-r--r-- | app-office/openoffice-bin/openoffice-bin-1.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/openoffice-bin/openoffice-bin-1.1.0.ebuild b/app-office/openoffice-bin/openoffice-bin-1.1.0.ebuild index 89cffcdeba63..b233b4c81f3a 100644 --- a/app-office/openoffice-bin/openoffice-bin-1.1.0.ebuild +++ b/app-office/openoffice-bin/openoffice-bin-1.1.0.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/app-office/openoffice-bin/openoffice-bin-1.1.0.ebuild,v 1.5 2003/11/14 16:51:58 brad_mssw Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-1.1.0.ebuild,v 1.6 2003/11/18 10:37:29 pauldv Exp $ IUSE="kde gnome" @@ -90,7 +90,7 @@ src_install() { # Setup virtualmake export maketype="./setup" # We need X to install... - virtualmake "-v -r:${T}/autoresponse" + virtualmake "-v -r:${T}/autoresponse" ||die "The setup program failed" echo einfo "Removing build root from registry..." |