diff options
author | Chris Houser <chouser@gentoo.org> | 2001-09-08 08:39:48 +0000 |
---|---|---|
committer | Chris Houser <chouser@gentoo.org> | 2001-09-08 08:39:48 +0000 |
commit | acaecd5100a58cd9bf86cd2ac061b0da6a13e719 (patch) | |
tree | e2a59875698135ff49d3418975db0df83a4035e7 /gnome-base/gnome-print | |
parent | gnome-font-install tried to create /opt/gnome/share/fonts/fontmap2 during (diff) | |
download | gentoo-2-acaecd5100a58cd9bf86cd2ac061b0da6a13e719.tar.gz gentoo-2-acaecd5100a58cd9bf86cd2ac061b0da6a13e719.tar.bz2 gentoo-2-acaecd5100a58cd9bf86cd2ac061b0da6a13e719.zip |
removed over-cautious "|| die" phrases
Diffstat (limited to 'gnome-base/gnome-print')
-rw-r--r-- | gnome-base/gnome-print/gnome-print-0.29.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnome-base/gnome-print/gnome-print-0.29.ebuild b/gnome-base/gnome-print/gnome-print-0.29.ebuild index b79a6f90841a..e72d0d6bc8a1 100644 --- a/gnome-base/gnome-print/gnome-print-0.29.ebuild +++ b/gnome-base/gnome-print/gnome-print-0.29.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-print/gnome-print-0.29.ebuild,v 1.8 2001/09/08 08:31:25 chouser Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-print/gnome-print-0.29.ebuild,v 1.9 2001/09/08 08:39:48 chouser Exp $ A=${P}.tar.gz @@ -24,8 +24,8 @@ DEPEND="${RDEPEND} src_compile() { # add missing DESTDIR to font installation sed -e 's:install $(datadir):install $(DESTDIR)$(datadir):' \ - installer/Makefile.in > installer/Makefile.in.new || die - mv installer/Makefile.in.new installer/Makefile.in || die + installer/Makefile.in > installer/Makefile.in.new + mv installer/Makefile.in.new installer/Makefile.in # apply use settings local myconf |