mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 03:32:12 +02:00
(From OE-Core rev: f6241428aaf54e540795efc64844cab5acd9629b) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
19 lines
730 B
Diff
19 lines
730 B
Diff
From f70eb308c837f2c944e23bb680a501a605004d65 Mon Sep 17 00:00:00 2001
|
|
From: Alexander Kanavin <alex.kanavin@gmail.com>
|
|
Date: Thu, 26 Jan 2017 16:36:20 +0200
|
|
Subject: [PATCH] Corretly install tmpfiles.d configuration
|
|
|
|
Upstream-Status: Inappropriate [oe-core specific]
|
|
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
|
|
---
|
|
etc/tmpfiles.d/CMakeLists.txt | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/etc/tmpfiles.d/CMakeLists.txt b/etc/tmpfiles.d/CMakeLists.txt
|
|
index f69c773e..3eb6d0e8 100644
|
|
--- a/etc/tmpfiles.d/CMakeLists.txt
|
|
+++ b/etc/tmpfiles.d/CMakeLists.txt
|
|
@@ -1 +1 @@
|
|
-INSTALL (FILES dnf.conf DESTINATION /usr/lib/tmpfiles.d/)
|
|
+INSTALL (FILES dnf.conf DESTINATION ${SYSCONFDIR}/tmpfiles.d/)
|