From 5cd00e54e674f1548af26c14214374050d53ece7 Mon Sep 17 00:00:00 2001 From: june-fish Date: Mon, 24 Jun 2024 22:21:00 -0700 Subject: [PATCH] use correct paths for installing zed binaries --- anda/devs/zed-nightly/zed-nightly.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/devs/zed-nightly/zed-nightly.spec b/anda/devs/zed-nightly/zed-nightly.spec index 493ca10dba..ba49e6050b 100644 --- a/anda/devs/zed-nightly/zed-nightly.spec +++ b/anda/devs/zed-nightly/zed-nightly.spec @@ -70,8 +70,8 @@ echo "nightly" > crates/zed/RELEASE_CHANNEL script/generate-licenses %install -install -Dm755 target/release/zed %{buildroot}%{_libexecdir}/zed-editor -install -Dm755 target/release/cli %{buildroot}%{_bindir}/zed +install -Dm755 target/rpm/zed %{buildroot}%{_libexecdir}/zed-editor +install -Dm755 target/rpm/cli %{buildroot}%{_bindir}/zed install -Dm644 %app_id.desktop %{buildroot}%{_datadir}/applications/%app_id.desktop install -Dm644 crates/zed/resources/app-icon-nightly.png %{buildroot}%{_datadir}/pixmaps/%app_id.png