diff options
Diffstat (limited to 'media-gfx/sane-backends/sane-backends-1.0.20-r3.ebuild')
-rw-r--r-- | media-gfx/sane-backends/sane-backends-1.0.20-r3.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/media-gfx/sane-backends/sane-backends-1.0.20-r3.ebuild b/media-gfx/sane-backends/sane-backends-1.0.20-r3.ebuild index fd3c2156b700..38e45b7b3e73 100644 --- a/media-gfx/sane-backends/sane-backends-1.0.20-r3.ebuild +++ b/media-gfx/sane-backends/sane-backends-1.0.20-r3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 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.20-r3.ebuild,v 1.5 2010/11/16 21:00:45 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.20-r3.ebuild,v 1.6 2011/01/21 20:52:27 phosphan Exp $ EAPI="1" -inherit eutils flag-o-matic +inherit eutils flag-o-matic multilib # gphoto and v4l are handled by their usual USE flags. # The pint backend was disabled because I could not get it to compile. @@ -205,8 +205,8 @@ src_install () { cd ../.. fi cd tools/udev - dodir /etc/udev/rules.d - insinto /etc/udev/rules.d + dodir /$(get_libdir)/udev/rules.d + insinto /$(get_libdir)/udev/rules.d newins libsane.rules 70-libsane.rules cd ../.. dodoc NEWS AUTHORS ChangeLog* README README.linux |