X-Original-To: alpine-devel@lists.alpinelinux.org Received: from mail-wr0-f196.google.com (mail-wr0-f196.google.com [209.85.128.196]) by lists.alpinelinux.org (Postfix) with ESMTP id 397015C4E13 for ; Mon, 29 Jan 2018 17:44:05 +0000 (GMT) Received: by mail-wr0-f196.google.com with SMTP id 36so8172936wrh.1 for ; Mon, 29 Jan 2018 09:44:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=Da5IGG6QdGFDBEJS0qJqcCWvRrE3fafKkBuBKwprDdc=; b=e0N5nQJd7gaMIgMsqceRElUNelEcq6flXKffVJoydQzAqLYesYPVM+sB+PrW9Uan97 DaZt6kYHAz5nvIDrh9a8/wBzfkKS4/4T+Vec5cDUnlccO8gGv5rV0iGlgBXPPaxApjeL 8NYMU+8mWJaBtrL1rWQMYqH7Gk/xDlRDiP7G9mduLNJL0i+u/MZD5zNZ4BYPqj7BS24T 6sSBWno3jF+/CUO0R67YIZh+rAtRiTQjDvPnoWH95Hm+X7LTxcVjlIWKfu/LyaGGuN1j Z6hcMgFz2MZP9+yrEGk7ZIw4o7rmMQ1IXaXcGxHflTg8cmoC4FPDu/lzHMODBlGFvRqV IcAA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=Da5IGG6QdGFDBEJS0qJqcCWvRrE3fafKkBuBKwprDdc=; b=PHcrcC4B9PPqhjf6UJwehGxgiStaGmqqJhaBdbTOm8BxZkx39mh/PXzClYUjTXOP6M ZTOpsF1Z2hXpHOWp/N3keoAITPX5cL6ols0DIKv0FRiDLOiM4y7Km7I8BDoOl0fgQDb4 cFY7qwreCqoq2QabGjb54RgD+QohLf94NxF86EjCf17voOEa1i/C+GHmp7Bl8vCyAmkN YwzMKqZYdyzJx5lvZ8HN2nnDzS+6u1/WlO8wtWye77NYDrkp+qD12k//ge89KAa1Sp/I 2y7g5bEjSdI0LM+utMQDQE+EwoyKVt11qRMB7OchzpJuggi84J4sQUehTl8e8+ZvVP8O P0mQ== X-Gm-Message-State: AKwxytd2dT840R3L5t8qzDxBqzdFz+tj/o5D7XVOBcUlFJPYD5/mCYaS TH6Z+hu+u7uGcns+b5w/ZCWbvloWefzzQ44acPc= X-Google-Smtp-Source: AH8x226f545nxTUWFc/2k5IDqNav3hiSbH3KnqK9zimHNA5gmiR+gsLT+UMnP6qqBNEGNwFQT7ivSi4/PAaUp0WfWPA= X-Received: by 10.223.184.161 with SMTP id i30mr9417598wrf.253.1517247844382; Mon, 29 Jan 2018 09:44:04 -0800 (PST) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Received: by 10.223.142.206 with HTTP; Mon, 29 Jan 2018 09:43:43 -0800 (PST) In-Reply-To: <3F615F73-6D3E-45D0-80E6-7E7D154BACB5@jirutka.cz> References: <3F615F73-6D3E-45D0-80E6-7E7D154BACB5@jirutka.cz> From: Martin Galvan Date: Mon, 29 Jan 2018 14:43:43 -0300 Message-ID: Subject: Re: [alpine-devel] Possible documentation mistake in APKBUILD reference To: Jakub Jirutka Cc: alpine-devel@lists.alpinelinux.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi, I just checked and the mistake is still there. 2018-01-24 18:34 GMT-03:00 Jakub Jirutka : > No, don't add it to the $source at all. I will fix the wiki page after I > arrived home. > > Jakub > > > On 24 January 2018 22:27:18 CET, Martin Galvan > wrote: >> >> In that case, should I still add $install to source just for abuild >> checksums, then remove it for abuild -r? >> >> 2018-01-24 18:26 GMT-03:00 Jakub Jirutka : >>> >>> Hi, >>> >>> it=E2=80=99s a mistake in the docs. >>> >>> Jakub >>> >>>> On 24. Jan 2018, at 20:14, Martin Galvan wrot= e: >>>> >>>> Hi all, >>>> >>>> I saw that http://wiki.alpinelinux.org/wiki/APKBUILD_Reference#instal= l >>>> says: >>>> >>>> "Note: When using install scripts, $install should be included in >>>> source so that checksums can be generated and used for the install >>>> scripts specified in install. For example: >>>> >>>> install=3D"$pkgname.pre-install $pkgname.post-install" >>>> source=3D"http://.... >>>> $install" >>>> " >>>> >>>> However, if I do that, abuild -r says: >>>> >>>>>>> WARNING: myPackage: You should not have $install in source >>>> >>>> >>>> Is this a mistake in the docs, or I didn't understand how it works? >>>> >>>> >>>> --- >>>> Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org >>>> Help: alpine-devel+help@lists.alpinelinux.org >>>> --- >>> >>> >>> > --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---