diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2013-03-20 19:10:06 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2013-03-20 19:10:06 +0000 |
commit | 6b0fce250df6cc1b4b716f55a1723bd6fbde129b (patch) | |
tree | 1c6c5fae66a738a301bd930a016bf66b0f217242 /app-emulation/libvirt | |
parent | Remove older version (diff) | |
download | gentoo-2-6b0fce250df6cc1b4b716f55a1723bd6fbde129b.tar.gz gentoo-2-6b0fce250df6cc1b4b716f55a1723bd6fbde129b.tar.bz2 gentoo-2-6b0fce250df6cc1b4b716f55a1723bd6fbde129b.zip |
Fix issue with location of sysctl.d file being installed to the correct path.
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key D7DFA8D318FA9AEF!)
Diffstat (limited to 'app-emulation/libvirt')
-rw-r--r-- | app-emulation/libvirt/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/libvirt/libvirt-1.0.3-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/libvirt/ChangeLog b/app-emulation/libvirt/ChangeLog index 0f364bc9c8a3..1f9d9bdfa954 100644 --- a/app-emulation/libvirt/ChangeLog +++ b/app-emulation/libvirt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/libvirt # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.259 2013/03/20 19:06:08 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.260 2013/03/20 19:10:06 cardoe Exp $ + + 20 Mar 2013; Doug Goldstein <cardoe@gentoo.org> libvirt-1.0.3-r2.ebuild: + Fix issue with location of sysctl.d file being installed to the correct path. 20 Mar 2013; Doug Goldstein <cardoe@gentoo.org> -libvirt-1.0.3.ebuild: Remove older version diff --git a/app-emulation/libvirt/libvirt-1.0.3-r2.ebuild b/app-emulation/libvirt/libvirt-1.0.3-r2.ebuild index 6752a563dbb3..d06bb73c8ad0 100644 --- a/app-emulation/libvirt/libvirt-1.0.3-r2.ebuild +++ b/app-emulation/libvirt/libvirt-1.0.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-1.0.3-r2.ebuild,v 1.1 2013/03/20 19:03:29 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-1.0.3-r2.ebuild,v 1.2 2013/03/20 19:10:06 cardoe Exp $ EAPI=5 @@ -364,7 +364,7 @@ pkg_preinst() { fi # Only sysctl files ending in .conf work - mv "${D}"/etc/sysctl.d/libvirtd "${D}"/etc/sysctl.d/libvirtd.conf + mv "${D}"/usr/lib/sysctl.d/libvirtd "${D}"/etc/sysctl.d/libvirtd.conf } pkg_postinst() { |