From eb9fa1b9dcb8dc5d4847448ac72c626a1f6bd1e5971647c3106e388060f2b254 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Wed, 17 May 2023 14:49:37 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=15 --- fastfetch.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fastfetch.spec b/fastfetch.spec index 4d2d9cd..19b6d0e 100644 --- a/fastfetch.spec +++ b/fastfetch.spec @@ -79,10 +79,10 @@ sed -i "s|\#\!\/usr\/bin\/env bash||g" completions/bash %{_bindir}/flashfetch %{_bindir}/%{name} -%if 0%{?suse_version} < 1500 +%if 0%{?suse_version} > 1500 -%dir %{_prefix}%{_sysconfdir}/%{name} -%{_prefix}%{_sysconfdir}/%{name}/config.conf +%dir %_distconfdir/%{name} +%_distconfdir/%{name}/config.conf %else