summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-11-27 00:11:24 +0000
committerMike Frysinger <vapier@gentoo.org>2006-11-27 00:11:24 +0000
commit973cd341d20f977a3f90b4fa5938d2038f4637c8 (patch)
tree2e7ec1f198defbe4a263a1e800278925fd125354 /net-print/foomatic-db
parentarm/ia64/s390/sh stable (diff)
downloadgentoo-2-973cd341d20f977a3f90b4fa5938d2038f4637c8.tar.gz
gentoo-2-973cd341d20f977a3f90b4fa5938d2038f4637c8.tar.bz2
gentoo-2-973cd341d20f977a3f90b4fa5938d2038f4637c8.zip
arm/s390/sh stable
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'net-print/foomatic-db')
-rw-r--r--net-print/foomatic-db/foomatic-db-20060720.ebuild7
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
}