Skip to content

Commit

Permalink
fix user setup (#97)
Browse files Browse the repository at this point in the history
fix(ublue, setup-services): provide etc configuration with %config prefix
  • Loading branch information
tulilirockz authored Dec 31, 2024
1 parent 4953b3e commit c1b513f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ublue/setup-services/ublue-setup-services.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Name: ublue-setup-services
Version: 0.1.0
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Universal Blue setup services

License: Apache-2.0
Expand Down Expand Up @@ -41,10 +41,10 @@ cp -rp ./src/skel %{buildroot}%{_sysconfdir}
%{_bindir}/sb*
%{_libexecdir}/ublue-*
%{_libexecdir}/check-*
%{_sysconfdir}/polkit-1/rules.d/*
%{_sysconfdir}/polkit-1/actions/*
%{_sysconfdir}/profile.d/*
%{_sysconfdir}/skel/.config/autostart/*
%config(noreplace) %{_sysconfdir}/polkit-1/rules.d/*
%config(noreplace) %{_sysconfdir}/polkit-1/actions/*
%config(noreplace) %{_sysconfdir}/profile.d/*
%config(noreplace) %{_sysconfdir}/skel/.config/autostart/*
%{_unitdir}/*.service
%{_prefix}/lib/systemd/user/*.service

Expand Down

0 comments on commit c1b513f

Please sign in to comment.