tuned/fix-new-systemd-tmpfiles.d-path.patch

14 lines
454 B
Diff
Raw Normal View History

--- a/Makefile 2012-10-10 23:25:44.000000000 +0200
+++ b/Makefile 2012-10-30 12:52:03.786235413 +0100
@@ -62,8 +62,8 @@
# runtime directory
mkdir -p $(DESTDIR)/var/run/tuned
- mkdir -p $(DESTDIR)/etc/tmpfiles.d
- install -m 0644 tuned.tmpfiles $(DESTDIR)/etc/tmpfiles.d/tuned.conf
+ mkdir -p $(DESTDIR)/usr/lib/tmpfiles.d
+ install -m 0644 tuned.tmpfiles $(DESTDIR)/usr/lib/tmpfiles.d/tuned.conf
# systemd units
mkdir -p $(DESTDIR)$(UNITDIR)