Skip to content

Commit

Permalink
fix: lessen preset priority (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeglius authored Aug 4, 2024
1 parent 49a9f74 commit 2e8c9d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ublue-update.spec
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ fi
%attr(0755,root,root) %{_bindir}/%{name}
%attr(0644,root,root) %{_exec_prefix}/lib/systemd/system/%{NAME}.service
%attr(0644,root,root) %{_exec_prefix}/lib/systemd/system/%{NAME}.timer
%attr(0644,root,root) %{_exec_prefix}/lib/systemd/system-preset/00-%{NAME}.preset
%attr(0644,root,root) %{_exec_prefix}/lib/systemd/system-preset/60-%{NAME}.preset
%attr(0644,root,root) %{_exec_prefix}/etc/%{NAME}/*.toml
%attr(0644,root,root) %{_datadir}/%{NAME}/*.toml
%attr(0644,root,root) %{_datadir}/polkit-1/rules.d/%{NAME}.rules
Expand Down

0 comments on commit 2e8c9d2

Please sign in to comment.