Received: from listserv.local (listserv [172.16.8.22]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTP id 22A3E78104D; Sun, 13 Feb 2022 09:54:12 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit To: Sebastian From: Ariadne Conill Cc: ~alpine/aports@lists.alpinelinux.org In-Reply-To: <164472322185.985.3298396533755230909.gitlab.29369.9a1a5880e87998b805ee53c29edb307d55dd7000@listserv.local> Subject: Re: [PATCH] testing/cosmopolitan: new aport Date: Sun, 13 Feb 2022 09:54:12 -0000 Message-ID: <164474605208.985.1934863104654337946.gitlab.29369.9a1a5880e87998b805ee53c29edb307d55dd7000@listserv.local> On Sun, 09 Jan 2022 17:02:53 -0500, Sebastian wrote: > + install -m644 o/"$_mode"/ape/* "$pkgdir"/usr/lib/ > + install -m644 o/"$_mode"/cosmopolitan.a "$pkgdir"/usr/lib/cosmopolitan.a > + install -m644 o/"$_mode"/libc/crt/crt.o "$pkgdir"/usr/lib/crt.o As an aside, this is a cross-compilation type thing, so the cosmopolitan artifacts should *not* be installed to `/usr/lib`. They should go somewhere else. -- via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/29369#note_214917