summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-15 03:15:12 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-15 03:15:12 +0000
commiteb6f8fafedfaf934fb19c513684a03b1730a92be (patch)
tree313a2e271e36426f1128e258f2291d28099f872a /net-print
parentFix use invocation, clean up ebuilds (Manifest recommit) (diff)
downloadgentoo-2-eb6f8fafedfaf934fb19c513684a03b1730a92be.tar.gz
gentoo-2-eb6f8fafedfaf934fb19c513684a03b1730a92be.tar.bz2
gentoo-2-eb6f8fafedfaf934fb19c513684a03b1730a92be.zip
fix typo: make -C foomaticdb -> make -C Foomatic
Diffstat (limited to 'net-print')
-rw-r--r--net-print/omni/omni-0.9.0.ebuild4
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
}