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

14 lines
454 B
Diff

--- a/Makefile 2012-10-10 23:25:44.000000000 +0200
+++ b/Makefile 2012-10-30 12:52:03.786235413 +0100
@@ -65,8 +65,8 @@
# runtime directory
mkdir -p $(DESTDIR)/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)