diff options
-rw-r--r-- | sys-process/audit/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/audit/audit-2.2.2-r1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-process/audit/ChangeLog b/sys-process/audit/ChangeLog index 5a2ab7a70a41..291fa786f9c8 100644 --- a/sys-process/audit/ChangeLog +++ b/sys-process/audit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/audit # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/ChangeLog,v 1.94 2014/03/30 14:06:53 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/ChangeLog,v 1.95 2014/05/29 01:30:00 floppym Exp $ + + 29 May 2014; Mike Gilbert <floppym@gentoo.org> audit-2.2.2-r1.ebuild: + Override hardcoded /usr/lib/systemd/system. *audit-2.2.2-r1 (30 Mar 2014) diff --git a/sys-process/audit/audit-2.2.2-r1.ebuild b/sys-process/audit/audit-2.2.2-r1.ebuild index 2a9c0834f964..ff563fb71e3d 100644 --- a/sys-process/audit/audit-2.2.2-r1.ebuild +++ b/sys-process/audit/audit-2.2.2-r1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-2.2.2-r1.ebuild,v 1.1 2014/03/30 14:06:53 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-2.2.2-r1.ebuild,v 1.2 2014/05/29 01:30:00 floppym Exp $ EAPI="5" PYTHON_DEPEND="python? 2" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*" -inherit autotools multilib toolchain-funcs python linux-info eutils +inherit autotools multilib toolchain-funcs python linux-info eutils systemd DESCRIPTION="Userspace utilities for storing and processing auditing records" HOMEPAGE="http://people.redhat.com/sgrubb/audit/" @@ -130,7 +130,7 @@ src_install_python() { } src_install() { - emake DESTDIR="${D}" install || die + emake DESTDIR="${D}" initdir="$(systemd_get_unitdir)" install || die use python && src_install_python dodoc AUTHORS ChangeLog README* THANKS TODO |