Skip to content

Commit

Permalink
fix(fontviewer): fix desktop file perms (#2263) (#2284)
Browse files Browse the repository at this point in the history
Signed-off-by: sadlerm4 <[email protected]>
(cherry picked from commit 6bb80ea)

Co-authored-by: sadlerm4 <[email protected]>
  • Loading branch information
raboneko and sadlerm4 authored Oct 22, 2024
1 parent 3c20e34 commit d17e784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anda/apps/fontviewer/fontviewer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ A platform-agnostic GTK+ 3 alternative to GNOME's Font Viewer
%meson_install

install -m 0755 -vd %{buildroot}%{_datadir}/applications
install -m 0755 -vp data/%{name}.desktop %{buildroot}%{_datadir}/applications/
install -m 0644 -vp data/%{name}.desktop %{buildroot}%{_datadir}/applications/

%files
%license LICENSE
Expand Down

0 comments on commit d17e784

Please sign in to comment.