From 7baffacea335a0fa7eaf6a93fc6ee65cd2184067 Mon Sep 17 00:00:00 2001 From: Gilver Date: Sat, 3 Jan 2026 00:42:08 -0600 Subject: [PATCH] fix(falcond-profiles): 2775 (#8883) Signed-off-by: Gilver --- anda/system/falcond-profiles/falcond-profiles.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/system/falcond-profiles/falcond-profiles.spec b/anda/system/falcond-profiles/falcond-profiles.spec index ad1b5678c4..79c788f371 100644 --- a/anda/system/falcond-profiles/falcond-profiles.spec +++ b/anda/system/falcond-profiles/falcond-profiles.spec @@ -4,7 +4,7 @@ Name: falcond-profiles Version: 0^%{commit_date}git.%{shortcommit} -Release: 3%?dist +Release: 4%?dist Summary: Profiles for falcond License: MIT URL: https://github.com/PikaOS-Linux/falcond-profiles @@ -29,7 +29,7 @@ install -Dm644 usr/share/falcond/profiles/*.conf -t %{buildroot}%{_datadir}/falc install -Dm644 usr/share/falcond/profiles/handheld/* -t %{buildroot}%{_datadir}/falcond/profiles/handheld/ install -Dm644 usr/share/falcond/profiles/htpc/* -t %{buildroot}%{_datadir}/falcond/profiles/htpc/ -install -dm2755 %{buildroot}%{_datadir}/falcond/profiles/user +install -dm2775 %{buildroot}%{_datadir}/falcond/profiles/user %files %doc README.md @@ -39,7 +39,7 @@ install -dm2755 %{buildroot}%{_datadir}/falcond/profiles/user %config %{_datadir}/falcond/profiles/*.conf %config %{_datadir}/falcond/profiles/handheld/*.conf %config %{_datadir}/falcond/profiles/htpc/*.conf -%attr(2755, root, falcond) %dir %{_datadir}/falcond/profiles/user +%attr(2775, root, falcond) %dir %{_datadir}/falcond/profiles/user %changelog * Thu Jan 1 2026 Gilver E. - 0^20260101git.0f87c74-2