diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-15 03:15:12 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-15 03:15:12 +0000 |
commit | b5b1b5b2e0b6ce92bb6383ceaf292deb351d1ad5 (patch) | |
tree | 4c11b4907fa59d494c024cf3e10fe055c6e80dc5 /net-print/omni | |
parent | Fix use invocation, clean up ebuilds (diff) | |
download | historical-b5b1b5b2e0b6ce92bb6383ceaf292deb351d1ad5.tar.gz historical-b5b1b5b2e0b6ce92bb6383ceaf292deb351d1ad5.tar.bz2 historical-b5b1b5b2e0b6ce92bb6383ceaf292deb351d1ad5.zip |
fix typo: make -C foomaticdb -> make -C Foomatic
Diffstat (limited to 'net-print/omni')
-rw-r--r-- | net-print/omni/omni-0.9.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-print/omni/omni-0.9.0.ebuild b/net-print/omni/omni-0.9.0.ebuild index 6be06024fb8d..2c6b23642f3d 100644 --- a/net-print/omni/omni-0.9.0.ebuild +++ b/net-print/omni/omni-0.9.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/omni/omni-0.9.0.ebuild,v 1.7 2004/06/15 02:47:46 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/omni/omni-0.9.0.ebuild,v 1.8 2004/06/15 03:15:12 agriffis Exp $ DESCRIPTION="Omni provides support for many printers with a pluggable framework (easy to add devices)" HOMEPAGE="http://sourceforge.net/projects/omniprint" @@ -44,6 +44,6 @@ src_install () { make DESTDIR=${D} install || die if use foomaticdb; then - make -C foomaticdb DESTDIR=${D} localInstall || die + make -C Foomatic DESTDIR=${D} localInstall || die fi } |