Received: from listserv.local (listserv [172.16.8.22]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTP id 76E3F7810A5; Fri, 18 Feb 2022 12:32:22 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit To: "S.M Mukarram Nainar" From: alice Cc: ~alpine/aports@lists.alpinelinux.org In-Reply-To: <164518749474.985.18149823047210701689.gitlab.31077.dfc5319443230b19df6e04b88a717295e5dadda0@listserv.local> Subject: Re: [PATCH] testing/rust-analyzer: new aport Date: Fri, 18 Feb 2022 12:32:22 -0000 Message-ID: <164518754245.985.15206621881530857624.gitlab.31077.dfc5319443230b19df6e04b88a717295e5dadda0@listserv.local> On Fri, 18 Feb 2022 07:25:07 -0500, S.M Mukarram Nainar wrote: > + > +package() { > + install -Dm755 "$pkgdir"/usr/bin target/release/rust-analyzer then the solution is to build that single binary instead of the whole workspace- and you can still cp the file after. this is completely unrelated to the cargo install invocation, but only the cargo build one -- via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/31077#note_216551