summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2016-11-04 10:54:49 +0800
committerYixun Lan <dlan@gentoo.org>2016-11-04 11:02:29 +0800
commit8651869c1abe8dc845ca153d3e779ab3892aa27c (patch)
tree89006087d4890a98e35cd5bc6c73af05969830f6 /sys-apps/tuned/tuned-2.7.1-r2.ebuild
parentsys-cluster/ceph: drop old (diff)
downloadgentoo-8651869c1abe8dc845ca153d3e779ab3892aa27c.tar.gz
gentoo-8651869c1abe8dc845ca153d3e779ab3892aa27c.tar.bz2
gentoo-8651869c1abe8dc845ca153d3e779ab3892aa27c.zip
sys-apps/tuned: fix wrong systemd path if rpm installed
Gentoo-Bug: 563396 Package-Manager: portage-2.3.2
Diffstat (limited to 'sys-apps/tuned/tuned-2.7.1-r2.ebuild')
-rw-r--r--sys-apps/tuned/tuned-2.7.1-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/tuned/tuned-2.7.1-r2.ebuild b/sys-apps/tuned/tuned-2.7.1-r2.ebuild
index 6c58913ae030..eed443e0170b 100644
--- a/sys-apps/tuned/tuned-2.7.1-r2.ebuild
+++ b/sys-apps/tuned/tuned-2.7.1-r2.ebuild
@@ -37,7 +37,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
src_prepare() {
epatch "${FILESDIR}"/${P}-sysctl.patch
- epatch "${FILESDIR}"/${P}-makefile.patch
+ epatch "${FILESDIR}"/${P}-makefile-rpm.patch
sed -i \
-e "/\$(DESTDIR)\/run\/tuned/d" \