Received: from listserv.local (listserv [172.16.8.22]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTP id 5A9CA782B17; Sat, 29 May 2021 20:43:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alpinelinux.org; s=smtp; t=1622321038; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references; bh=WiqKGcZmx32YH4VJko18JQYHEpH5uToXYxnERSEyboo=; b=uijH1aMtU9z9vCm5qlcbfdnUr61uzzkJgp0AlaJz1ti/AyMtlNkb8CmbNNrTneZr0suJi7 u8U2NIVxXdfAOnymnkx4+zP7HxJFnZCHoV9GLuBEakCBMc2GHvpWgmczr8aov/S2ZIq9GK BRwxhv2rm3SrX3F4FCygqS5Ge8+eG2M= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit To: Stacy Harper From: Leo Cc: alpine-aports@lists.alpinelinux.org In-Reply-To: <20210529192150.10841-1-contact@stacyharper.net> Subject: Re: [PATCH v3] community/gmnitohtml: new aport Date: Sat, 29 May 2021 20:43:58 -0000 Message-ID: <162232103834.9578.17294635003041476840.gitlab.21860.66cdacd50b52282520a4ae72245de929a2e4c381@listserv.local> On Sat, 29 May 2021 21:21:50 +0200, Stacy Harper wrote: > + > +package() { > + install -Dm755 "$builddir"/bin/$pkgname "$pkgdir"/usr/bin/$pkgname no need to prefix it with `"$builddir"`, `bin/$pkgname` is enough -- via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/21860#note_160321