File fix-new-systemd-tmpfiles.d-path.patch of Package tuned.2993
Index: tuned-2.3.0/Makefile
===================================================================
--- tuned-2.3.0.orig/Makefile 2013-11-06 16:36:23.000000000 +0100
+++ tuned-2.3.0/Makefile 2016-07-27 17:01:25.710903675 +0200
@@ -66,8 +66,8 @@ install:
# 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)