diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-03-30 20:42:33 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-03-30 20:42:33 +0000 |
commit | 69f0ba686a89bcdfacd03f9405516c0ed07f5f18 (patch) | |
tree | 6448190cf606c4b1adc788959c63c5748a41d7aa /sys-fs | |
parent | Fix compatibility with C++. (diff) | |
download | gentoo-2-69f0ba686a89bcdfacd03f9405516c0ed07f5f18.tar.gz gentoo-2-69f0ba686a89bcdfacd03f9405516c0ed07f5f18.tar.bz2 gentoo-2-69f0ba686a89bcdfacd03f9405516c0ed07f5f18.zip |
Install 99-fuse.rules to /lib/udev instead of /etc/udev.
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/fuse/ChangeLog | 7 | ||||
-rw-r--r-- | sys-fs/fuse/fuse-2.8.5.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sys-fs/fuse/ChangeLog b/sys-fs/fuse/ChangeLog index e75d8430c575..2b4cca68f65e 100644 --- a/sys-fs/fuse/ChangeLog +++ b/sys-fs/fuse/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/fuse -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.142 2010/12/10 21:40:06 radhermit Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.143 2011/03/30 20:42:33 ssuominen Exp $ + + 30 Mar 2011; Samuli Suominen <ssuominen@gentoo.org> fuse-2.8.5.ebuild: + Install 99-fuse.rules to /lib/udev instead of /etc/udev. 10 Dec 2010; Tim Harder <radhermit@gentoo.org> -fuse-2.7.0.ebuild, -fuse-2.7.3.ebuild, -fuse-2.7.4.ebuild, -fuse-2.7.4-r1.ebuild, diff --git a/sys-fs/fuse/fuse-2.8.5.ebuild b/sys-fs/fuse/fuse-2.8.5.ebuild index f88624bfaccb..45e2c6ccad89 100644 --- a/sys-fs/fuse/fuse-2.8.5.ebuild +++ b/sys-fs/fuse/fuse-2.8.5.ebuild @@ -1,6 +1,6 @@ -# 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/sys-fs/fuse/fuse-2.8.5.ebuild,v 1.9 2010/12/10 19:37:48 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.8.5.ebuild,v 1.10 2011/03/30 20:42:33 ssuominen Exp $ EAPI=2 inherit eutils libtool linux-info @@ -35,6 +35,7 @@ src_prepare() { src_configure() { econf \ + UDEV_RULES_PATH=/lib/udev/rules.d \ --disable-example } |