diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-03-28 08:55:17 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-03-28 08:55:17 +0000 |
commit | fbc7cc53395eee0a686719700444a053765e01d4 (patch) | |
tree | e5c96bcce9b4d1016f462fc342f6d9b5e357f1be /media-radio | |
parent | Change to new style virtual/mta - bug 360305. Remove mailwrapper support - bu... (diff) | |
download | gentoo-2-fbc7cc53395eee0a686719700444a053765e01d4.tar.gz gentoo-2-fbc7cc53395eee0a686719700444a053765e01d4.tar.bz2 gentoo-2-fbc7cc53395eee0a686719700444a053765e01d4.zip |
Install 10-svxlink.rules to /lib/udev instead of /etc/udev.
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Diffstat (limited to 'media-radio')
-rw-r--r-- | media-radio/svxlink/ChangeLog | 7 | ||||
-rw-r--r-- | media-radio/svxlink/svxlink-090426.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/media-radio/svxlink/ChangeLog b/media-radio/svxlink/ChangeLog index 1c4010444c28..138de8de0e9c 100644 --- a/media-radio/svxlink/ChangeLog +++ b/media-radio/svxlink/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-radio/svxlink -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-radio/svxlink/ChangeLog,v 1.15 2010/02/19 16:14:59 ssuominen Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-radio/svxlink/ChangeLog,v 1.16 2011/03/28 08:55:17 ssuominen Exp $ + + 28 Mar 2011; Samuli Suominen <ssuominen@gentoo.org> svxlink-090426.ebuild: + Install 10-svxlink.rules to /lib/udev instead of /etc/udev. 19 Feb 2010; Samuli Suominen <ssuominen@gentoo.org> svxlink-090426.ebuild, +files/svxlink-090426-noqt.patch: diff --git a/media-radio/svxlink/svxlink-090426.ebuild b/media-radio/svxlink/svxlink-090426.ebuild index 5b7b22ff2b0e..8bf0740a4b8d 100644 --- a/media-radio/svxlink/svxlink-090426.ebuild +++ b/media-radio/svxlink/svxlink-090426.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/media-radio/svxlink/svxlink-090426.ebuild,v 1.5 2010/02/19 16:14:59 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/svxlink/svxlink-090426.ebuild,v 1.6 2011/03/28 08:55:17 ssuominen Exp $ EAPI=2 inherit eutils multilib @@ -31,6 +31,7 @@ src_prepare() { "${FILESDIR}"/${P}-noqt.patch sed -i -e "s:/lib:/$(get_libdir):g" makefile.cfg || die + sed -i -e "s:/etc/udev:/lib/udev:" svxlink/scripts/Makefile.default || die } src_install() { |