From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#34702: 'install-license-files' should copy the license into each output Date: Sun, 10 Mar 2019 22:26:46 +0100 Message-ID: <87tvgazai1.fsf@gnu.org> References: <20190301192427.GA5323@jasmine.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:50093) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h367S-0007h8-TW for bug-guix@gnu.org; Sun, 10 Mar 2019 17:36:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h35yI-0003S2-1R for bug-guix@gnu.org; Sun, 10 Mar 2019 17:27:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:53162) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h35yH-0003Rw-SI for bug-guix@gnu.org; Sun, 10 Mar 2019 17:27:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h35yH-00057j-Ns for bug-guix@gnu.org; Sun, 10 Mar 2019 17:27:01 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <20190301192427.GA5323@jasmine.lan> (Leo Famulari's message of "Fri, 1 Mar 2019 14:24:27 -0500") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Leo Famulari Cc: 34702-done@debbugs.gnu.org Hi Leo! Leo Famulari skribis: > Currently, the install-license-files procedure in gnu-build-system only > installs the license file into the default package output "out". > > It should install the license into all of a package's outputs. Done in 6db044db45495aae471e1e8f537e267a0cb25cf5. Thanks, Ludo=E2=80=99.