diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-07-18 12:15:28 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-07-18 12:15:28 +0000 |
commit | 070d10bdcf1e5940b0837c25dbde69e5e9cbcf0d (patch) | |
tree | 01c83a0b570704c8cdee9cf748607d70dac723d7 /net-print/foomatic-db/foomatic-db-20030716.ebuild | |
parent | bug #24726 fixed (diff) | |
download | historical-070d10bdcf1e5940b0837c25dbde69e5e9cbcf0d.tar.gz historical-070d10bdcf1e5940b0837c25dbde69e5e9cbcf0d.tar.bz2 historical-070d10bdcf1e5940b0837c25dbde69e5e9cbcf0d.zip |
bug #24726 fixed
Diffstat (limited to 'net-print/foomatic-db/foomatic-db-20030716.ebuild')
-rw-r--r-- | net-print/foomatic-db/foomatic-db-20030716.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-print/foomatic-db/foomatic-db-20030716.ebuild b/net-print/foomatic-db/foomatic-db-20030716.ebuild index ace086fa3a32..20d7f237d9b3 100644 --- a/net-print/foomatic-db/foomatic-db-20030716.ebuild +++ b/net-print/foomatic-db/foomatic-db-20030716.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db/foomatic-db-20030716.ebuild,v 1.1 2003/07/16 14:44:54 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db/foomatic-db-20030716.ebuild,v 1.2 2003/07/18 12:15:20 lanius Exp $ DESCRIPTION="Foomatic printer database" HOMEPAGE="http://www.linuxprinting.org/foomatic" @@ -36,6 +36,9 @@ src_compile() { if [ `use ppds` ]; then cd foomatic-db-engine-3.0.0 epatch ${FILESDIR}/perl-module.diff + cp Makefile.in Makefile.in.orig + sed s:'cp\ \$\${foomatic_filters_root}/\*\.1':'cp\ \*\.1': \ + < Makefile.in.orig > Makefile.in econf make inplace rm foomatic-rip |