Skip to content

Commit

Permalink
fix: Make update scripts executable in spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
EyeCantCU committed Jun 26, 2023
1 parent 4f9921f commit d57ea4e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ublue-updater.spec
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ sudo install -m 0755 update-ublue %{buildroot}%{_bindir}/update-ublue
%attr(0644,root,root) %{_exec_prefix}/lib/systemd/user/%{NAME}.timer
%attr(0755,root,root) %{_exec_prefix}/lib/systemd/user-preset/00-ublue-updater-preset
%attr(0755,root,root) %{_exec_prefix}/etc/ublue-updater/ublue-updater.conf
%attr(0644,root,root) %{_sysconfdir}/update.d/00-system-update.sh
%attr(0644,root,root) %{_sysconfdir}/update.d/01-flatpak-system-update.sh
%attr(0644,root,root) %{_sysconfdir}/update.d/02-flatpak-user-update.sh
%attr(0644,root,root) %{_sysconfdir}/update.d/03-distrobox-user-update.sh
%attr(0755,root,root) %{_sysconfdir}/update.d/00-system-update.sh
%attr(0755,root,root) %{_sysconfdir}/update.d/01-flatpak-system-update.sh
%attr(0755,root,root) %{_sysconfdir}/update.d/02-flatpak-user-update.sh
%attr(0755,root,root) %{_sysconfdir}/update.d/03-distrobox-user-update.sh

%exclude %{_datadir}/%{VENDOR}/*

Expand Down

0 comments on commit d57ea4e

Please sign in to comment.