diff options
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/foomatic-db/foomatic-db-20060720.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-print/foomatic-db/foomatic-db-20060720.ebuild b/net-print/foomatic-db/foomatic-db-20060720.ebuild index bc0e18411e9e..92fdbd4f8370 100644 --- a/net-print/foomatic-db/foomatic-db-20060720.ebuild +++ b/net-print/foomatic-db/foomatic-db-20060720.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db/foomatic-db-20060720.ebuild,v 1.6 2006/11/25 17:52:48 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db/foomatic-db-20060720.ebuild,v 1.7 2006/11/27 00:11:24 vapier Exp $ DESCRIPTION="Printer information files for foomatic-db-engine to generate ppds" HOMEPAGE="http://www.linuxprinting.org/foomatic.html" @@ -9,7 +9,7 @@ SRC_URI="http://gentooexperimental.org/~genstef/dist/${PN}-3.0-${PV}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh sparc x86" +KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ~ppc ppc64 s390 sh sparc x86" IUSE="" RDEPEND="net-print/foomatic-db-engine" @@ -21,7 +21,6 @@ src_compile() { } src_install() { - emake DESTDIR=${D} install || die "emake install failed" - + emake DESTDIR="${D}" install || die "emake install failed" dodoc ChangeLog README TODO USAGE } |