From d5225366041e1cfd032b19c5b039a0304e6ac8fe Mon Sep 17 00:00:00 2001 From: Peter G Date: Sun, 26 Nov 2023 19:12:47 +0000 Subject: [PATCH] [Trivial]: Don't own bindir (#534) * [Trivial]: Don't own bindir This may seem like nitpicking, but the package should not own /usr/bin * Update rpm/harbour-fernschreiber.spec Co-authored-by: Sebastian Wolf --------- Co-authored-by: nephros Co-authored-by: Sebastian Wolf --- rpm/harbour-fernschreiber.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpm/harbour-fernschreiber.spec b/rpm/harbour-fernschreiber.spec index 4b6264a..634f456 100644 --- a/rpm/harbour-fernschreiber.spec +++ b/rpm/harbour-fernschreiber.spec @@ -70,7 +70,7 @@ desktop-file-install --delete-original \ %files %defattr(-,root,root,-) -%{_bindir} +%{_bindir}/%{name} %{_datadir}/%{name} %{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/*/apps/%{name}.png