From c12f684aa3cae663f3a62a65f65f430abd9ac570b88b7e2d2e1efb95c4f0b9a5 Mon Sep 17 00:00:00 2001 From: Richard Brown Date: Thu, 2 May 2024 13:26:23 +0000 Subject: [PATCH] - Create and own module directories OBS-URL: https://build.opensuse.org/package/show/devel:microos:aeon/tik-config-Aeon?expand=0&rev=2 --- tik-config-Aeon.changes | 5 +++++ tik-config-Aeon.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/tik-config-Aeon.changes b/tik-config-Aeon.changes index e71ff01..c0a3f98 100644 --- a/tik-config-Aeon.changes +++ b/tik-config-Aeon.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu May 2 13:26:15 UTC 2024 - Richard Brown + +- Create and own module directories + ------------------------------------------------------------------- Thu May 2 12:42:48 UTC 2024 - Richard Brown diff --git a/tik-config-Aeon.spec b/tik-config-Aeon.spec index 2f31387..9b8978b 100644 --- a/tik-config-Aeon.spec +++ b/tik-config-Aeon.spec @@ -46,6 +46,8 @@ install -D -m 644 %{_sysconfdir}/tik/config %{buildroot}%{_sysconfdir}/tik/confi %license LICENSE %{_prefix}/lib/tik/config %dir %{_sysconfdir}/tik +%dir %{_sysconfdir}/tik/modules/pre +%dir %{_sysconfdir}/tik/modules/post %config(noreplace) %{_sysconfdir}/tik/config %changelog