1From 05e059cd4e9910c00b32d377f4f98e3c8dde6bc6 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 4/5] Corretly install tmpfiles.d configuration
5
6Upstream-Status: Inappropriate [oe-core specific]
7Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
8
9---
10 etc/tmpfiles.d/CMakeLists.txt | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13diff --git a/etc/tmpfiles.d/CMakeLists.txt b/etc/tmpfiles.d/CMakeLists.txt
14index f69c773e..3eb6d0e8 100644
15--- a/etc/tmpfiles.d/CMakeLists.txt
16+++ b/etc/tmpfiles.d/CMakeLists.txt
17@@ -1 +1 @@
18-INSTALL (FILES dnf.conf DESTINATION /usr/lib/tmpfiles.d/)
19+INSTALL (FILES dnf.conf DESTINATION ${SYSCONFDIR}/tmpfiles.d/)
20--
212.14.2
22
23