29 lines
843 B
Diff
29 lines
843 B
Diff
From d4c0b5a2d145da188b995419764f9c969b9afdbb Mon Sep 17 00:00:00 2001
|
|
From: Jan Vcelak <jvcelak@redhat.com>
|
|
Date: Tue, 20 Mar 2012 14:29:04 +0100
|
|
Subject: [PATCH] update systemd unit file install path
|
|
|
|
required by /lib -> /usr/lib feature
|
|
---
|
|
Makefile | 4 ++--
|
|
1 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/Makefile b/Makefile
|
|
index c88c170..84bf761 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -165,8 +165,8 @@ install-parts-systemd:
|
|
install -m 0644 tuned.tmpfiles $(DESTDIR)/etc/tmpfiles.d/tuned.conf
|
|
|
|
# systemd units
|
|
- mkdir -p $(DESTDIR)/lib/systemd/system
|
|
- install -m 0644 tuned.service $(DESTDIR)/lib/systemd/system
|
|
+ mkdir -p $(DESTDIR)/usr/lib/systemd/system
|
|
+ install -m 0644 tuned.service $(DESTDIR)/usr/lib/systemd/system
|
|
|
|
# ktune: sysvinit compatiblity
|
|
mkdir -p $(DESTDIR)/etc/rc.d/init.d
|
|
--
|
|
1.7.6.5
|
|
|