aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/dnf/dnf/0001-Correctly-install-tmpfiles.d-configuration.patch
blob: e370656bb9388d19cae4f37bbf43f3ba822ad004 (plain)
1
2
3
4
5
6
7
Index: dnf/etc/tmpfiles.d/CMakeLists.txt
===================================================================
--- dnf.orig/etc/tmpfiles.d/CMakeLists.txt
+++ dnf/etc/tmpfiles.d/CMakeLists.txt
@@ -1 +1 @@
-INSTALL (FILES dnf.conf DESTINATION /usr/lib/tmpfiles.d/)
+INSTALL (FILES dnf.conf DESTINATION ${SYSCONFDIR}/tmpfiles.d/)