blob: c9df458974617088e43697e24032bc114e29cd96 [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001From 8ce181714640315d2dd37ee794acbb22063cd669 Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Thu, 26 Jan 2017 16:36:20 +0200
4Subject: [PATCH] Corretly install tmpfiles.d configuration
5
6Upstream-Status: Inappropriate [oe-core specific]
7Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
8---
9 etc/tmpfiles.d/CMakeLists.txt | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-)
11
12diff --git a/etc/tmpfiles.d/CMakeLists.txt b/etc/tmpfiles.d/CMakeLists.txt
13index f69c773e..3eb6d0e8 100644
14--- a/etc/tmpfiles.d/CMakeLists.txt
15+++ b/etc/tmpfiles.d/CMakeLists.txt
16@@ -1 +1 @@
17-INSTALL (FILES dnf.conf DESTINATION /usr/lib/tmpfiles.d/)
18+INSTALL (FILES dnf.conf DESTINATION ${SYSCONFDIR}/tmpfiles.d/)
19--
202.11.0
21