diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-07-01 19:04:05 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-07-01 19:04:05 +0000 |
commit | eebd0e0b1ff089af58df4afdcb2a55cc5b39a5de (patch) | |
tree | 4ef0d47c6fcae51ee15a82ab8877fc3805683c99 /net-print/cndrvcups-common-lb | |
parent | version bump + old version removed (diff) | |
download | gentoo-2-eebd0e0b1ff089af58df4afdcb2a55cc5b39a5de.tar.gz gentoo-2-eebd0e0b1ff089af58df4afdcb2a55cc5b39a5de.tar.bz2 gentoo-2-eebd0e0b1ff089af58df4afdcb2a55cc5b39a5de.zip |
Install in proper path
(Portage version: 2.1.12.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-print/cndrvcups-common-lb')
-rw-r--r-- | net-print/cndrvcups-common-lb/ChangeLog | 8 | ||||
-rw-r--r-- | net-print/cndrvcups-common-lb/cndrvcups-common-lb-2.70-r1.ebuild (renamed from net-print/cndrvcups-common-lb/cndrvcups-common-lb-2.70.ebuild) | 6 |
2 files changed, 12 insertions, 2 deletions
diff --git a/net-print/cndrvcups-common-lb/ChangeLog b/net-print/cndrvcups-common-lb/ChangeLog index f07cf09b658b..f0e92b86a56c 100644 --- a/net-print/cndrvcups-common-lb/ChangeLog +++ b/net-print/cndrvcups-common-lb/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-print/cndrvcups-common-lb # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/cndrvcups-common-lb/ChangeLog,v 1.1 2013/06/29 11:29:50 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/cndrvcups-common-lb/ChangeLog,v 1.2 2013/07/01 19:04:05 pacho Exp $ + +*cndrvcups-common-lb-2.70-r1 (01 Jul 2013) + + 01 Jul 2013; Pacho Ramos <pacho@gentoo.org> + +cndrvcups-common-lb-2.70-r1.ebuild, -cndrvcups-common-lb-2.70.ebuild: + Install in proper path *cndrvcups-common-lb-2.70 (29 Jun 2013) diff --git a/net-print/cndrvcups-common-lb/cndrvcups-common-lb-2.70.ebuild b/net-print/cndrvcups-common-lb/cndrvcups-common-lb-2.70-r1.ebuild index 57346cc65f02..eeddd5347187 100644 --- a/net-print/cndrvcups-common-lb/cndrvcups-common-lb-2.70.ebuild +++ b/net-print/cndrvcups-common-lb/cndrvcups-common-lb-2.70-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/cndrvcups-common-lb/cndrvcups-common-lb-2.70.ebuild,v 1.1 2013/06/29 11:29:50 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/cndrvcups-common-lb/cndrvcups-common-lb-2.70-r1.ebuild,v 1.1 2013/07/01 19:04:05 pacho Exp $ EAPI=5 inherit autotools versionator @@ -45,6 +45,10 @@ change_dir() { } src_prepare() { + sed -i -e \ + "s:backenddir = \$(libdir)/cups/backend:backenddir = `cups-config --serverbin`/backend:" \ + backend/Makefile.am || die + export "LIBS=-lgmodule-2.0" change_dir eautoreconf } |