diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-04-03 11:14:06 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-04-03 11:14:06 +0000 |
commit | 3026756e6faeea3feb999107910682c8780b9bcb (patch) | |
tree | e95799b367c551bd062d286aa83d8a32abf7689f /gnome-base/gnome-print | |
parent | Had the DISPLAY playing around in the wrong area. Fixed that. Still testing (diff) | |
download | historical-3026756e6faeea3feb999107910682c8780b9bcb.tar.gz historical-3026756e6faeea3feb999107910682c8780b9bcb.tar.bz2 historical-3026756e6faeea3feb999107910682c8780b9bcb.zip |
typo
Diffstat (limited to 'gnome-base/gnome-print')
-rw-r--r-- | gnome-base/gnome-print/gnome-print-0.35-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnome-base/gnome-print/gnome-print-0.35-r3.ebuild b/gnome-base/gnome-print/gnome-print-0.35-r3.ebuild index e599b1674993..d4556ef32e2e 100644 --- a/gnome-base/gnome-print/gnome-print-0.35-r3.ebuild +++ b/gnome-base/gnome-print/gnome-print-0.35-r3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-print/gnome-print-0.35-r3.ebuild,v 1.3 2002/04/03 10:20:54 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-print/gnome-print-0.35-r3.ebuild,v 1.4 2002/04/03 11:14:06 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="GNOME printing library" @@ -17,7 +17,7 @@ DEPEND="${RDEPEND} sys-devel/perl >=app-text/ghostscript-6.50-r2 >=dev-libs/libxml-1.8.17 - tex? ( app-text/tetex ) + tex? ( app-text/tetex )" src_unpack() { unpack ${A} @@ -57,7 +57,7 @@ src_install() { pkg_postinst() { ldconfig >/dev/null 2>/dev/null - echo ">>> Installing fonts..." + einfo ">>> Installing fonts..." perl /usr/share/fonts/run-gnome-font-install \ /usr/bin/gnome-font-install \ /usr/share/fonts /usr/share/fonts /etc >/dev/null 2>/dev/null |