diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2007-04-10 08:07:20 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2007-04-10 08:07:20 +0000 |
commit | 0dd45b460d20f8ffec1097de1a2b648c3a632e9b (patch) | |
tree | 69e121156597f7fda3c84a46ba3a81418948959c /media-gfx/sane-backends/sane-backends-1.0.17.ebuild | |
parent | stable amd64, bug 172203 (diff) | |
download | gentoo-2-0dd45b460d20f8ffec1097de1a2b648c3a632e9b.tar.gz gentoo-2-0dd45b460d20f8ffec1097de1a2b648c3a632e9b.tar.bz2 gentoo-2-0dd45b460d20f8ffec1097de1a2b648c3a632e9b.zip |
Using doenvd instead of insinto /etc/env.d, bug #173884
(Portage version: 2.1.1-r2)
Diffstat (limited to 'media-gfx/sane-backends/sane-backends-1.0.17.ebuild')
-rw-r--r-- | media-gfx/sane-backends/sane-backends-1.0.17.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/media-gfx/sane-backends/sane-backends-1.0.17.ebuild b/media-gfx/sane-backends/sane-backends-1.0.17.ebuild index 280b3f15cf63..4a01e911b54a 100644 --- a/media-gfx/sane-backends/sane-backends-1.0.17.ebuild +++ b/media-gfx/sane-backends/sane-backends-1.0.17.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.17.ebuild,v 1.10 2006/08/29 09:15:07 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.17.ebuild,v 1.11 2007/04/10 08:07:20 phosphan Exp $ inherit eutils @@ -129,7 +129,6 @@ src_install () { dodoc NEWS AUTHORS LICENSE ChangeLog* README README.linux echo "SANE_CONFIG_DIR=/etc/sane.d" > 30sane - insinto /etc/env.d - doins 30sane + doenvd 30sane } |