diff options
author | 2006-06-04 16:36:34 +0000 | |
---|---|---|
committer | 2006-06-04 16:36:34 +0000 | |
commit | 42374ec4cb48aac4aa1db65eb739cf94b50e7bc6 (patch) | |
tree | 765f26b590e79ae6a2ab138a5bdd2e29356339fe /net-print | |
parent | Stable on ppc; bug 135492 (diff) | |
download | gentoo-2-42374ec4cb48aac4aa1db65eb739cf94b50e7bc6.tar.gz gentoo-2-42374ec4cb48aac4aa1db65eb739cf94b50e7bc6.tar.bz2 gentoo-2-42374ec4cb48aac4aa1db65eb739cf94b50e7bc6.zip |
move stuff around in the ebuild, minor
(Portage version: 2.1_rc4)
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/foomatic-db-ppds/foomatic-db-ppds-20060601.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/net-print/foomatic-db-ppds/foomatic-db-ppds-20060601.ebuild b/net-print/foomatic-db-ppds/foomatic-db-ppds-20060601.ebuild index b57dcfe4fb85..7f5a034b579c 100644 --- a/net-print/foomatic-db-ppds/foomatic-db-ppds-20060601.ebuild +++ b/net-print/foomatic-db-ppds/foomatic-db-ppds-20060601.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-ppds/foomatic-db-ppds-20060601.ebuild,v 1.1 2006/06/04 14:52:31 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-ppds/foomatic-db-ppds-20060601.ebuild,v 1.2 2006/06/04 16:36:34 genstef Exp $ DESCRIPTION="linuxprinting.org PPD files for postscript printers" HOMEPAGE="http://www.linuxprinting.org/foomatic.html" @@ -15,14 +15,11 @@ S=${WORKDIR}/${P/-ppds} src_compile() { econf || die "econf failed" - # xml files do not belong to this package - rm -r db/{oldprinterids,source/{driver,opt,printer}} + # xml files do not belong to this package, no translated ppds + rm -r db/{oldprinterids,source/{driver,opt,printer,PPD/Kyocera/{de,es,fr,it,pt}}} } src_install() { make DESTDIR=${D} install || die "make install failed" chmod -R go-w,a-x,a+X ${D}/usr/share/foomatic/db/ - - # we do not want multiple ppds - rm -r ${D}/usr/share/foomatic/db/source/PPD/Kyocera/{de,es,fr,it,pt} } |