From 0b1e90eae0a36659842b4148639baa3c3c0e2ec4 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Thu, 12 Feb 2026 16:25:12 -0600 Subject: [PATCH] fix: halloy (#9854) * fix: halloy Signed-off-by: Owen-sz * forgot to save the file lol Signed-off-by: Owen-sz --------- Signed-off-by: Owen-sz --- anda/apps/halloy/halloy.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/anda/apps/halloy/halloy.spec b/anda/apps/halloy/halloy.spec index 4fa76c0a56..85aedfe9c1 100644 --- a/anda/apps/halloy/halloy.spec +++ b/anda/apps/halloy/halloy.spec @@ -33,14 +33,13 @@ BuildRequires: pkgconfig(xcb) %cargo_build %install -%crate_install_bin +install -Dm755 target/rpm/halloy %{buildroot}%{_bindir}/halloy desktop-file-install assets/linux/%{appid}.desktop install -Dpm644 assets/linux/%{appid}.appdata.xml -t %{buildroot}%{_datadir}/metainfo mkdir -p %{buildroot}%{_datadir} cp -r assets/linux/icons -t %{buildroot}%{_datadir} -%cargo_license_summary_online %{cargo_license_online} > LICENSE.dependencies %if %{with check}