summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2014-05-29 01:30:00 +0000
committerMike Gilbert <floppym@gentoo.org>2014-05-29 01:30:00 +0000
commit0e69d5e768f1784e62a71f14a425856f8580e1ca (patch)
tree59625e0030e9dec9d947d20d0f5a1f24d13ff31c /sys-process
parentSet MINKV to 3.10; <linux-headers-3.10 causes build failures. (diff)
downloadgentoo-2-0e69d5e768f1784e62a71f14a425856f8580e1ca.tar.gz
gentoo-2-0e69d5e768f1784e62a71f14a425856f8580e1ca.tar.bz2
gentoo-2-0e69d5e768f1784e62a71f14a425856f8580e1ca.zip
Override hardcoded /usr/lib/systemd/system.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/audit/ChangeLog5
-rw-r--r--sys-process/audit/audit-2.2.2-r1.ebuild6
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