diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2011-01-21 20:52:27 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2011-01-21 20:52:27 +0000 |
commit | 7e716a1ed47c7d534c1b8568d9cccd14258411ea (patch) | |
tree | 77ffa51ad92451577eb5e9db75f9fb712cef4a3f /media-gfx/sane-backends/sane-backends-1.0.20-r3.ebuild | |
parent | Finally add Bernd Lommerzheim <bernd@lommerzheim.com> as maintainer, with mys... (diff) | |
download | historical-7e716a1ed47c7d534c1b8568d9cccd14258411ea.tar.gz historical-7e716a1ed47c7d534c1b8568d9cccd14258411ea.tar.bz2 historical-7e716a1ed47c7d534c1b8568d9cccd14258411ea.zip |
Changing udev rules installation directory to $(get_libdir)/udev/rules.d, see bug #348706.
Package-Manager: portage-2.1.9.24/cvs/Linux i686
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 |