From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: --with-store-dir and/or --localstatedir seem to be ignored Date: Fri, 15 May 2015 18:51:09 +0200 Message-ID: <87iobtyebm.fsf@gnu.org> References: <87h9refc0y.fsf@gmail.com> <87vbfu15n6.fsf@gnu.org> <87d222ey57.fsf@gmail.com> <87mw15ykmf.fsf@gnu.org> <878ucpga4w.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57408) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YtIpQ-0006cw-Gg for guix-devel@gnu.org; Fri, 15 May 2015 12:51:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YtIpN-00071h-9P for guix-devel@gnu.org; Fri, 15 May 2015 12:51:16 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:49549) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YtIpN-00071b-66 for guix-devel@gnu.org; Fri, 15 May 2015 12:51:13 -0400 In-Reply-To: <878ucpga4w.fsf@gmail.com> (Taylan Ulrich Kammer's message of "Fri, 15 May 2015 16:58:55 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Taylan Ulrich Kammer Cc: guix-devel@gnu.org, Alex Vorobiev Taylan Ulrich Kammer skribis: > ludo@gnu.org (Ludovic Court=C3=A8s) writes: > >>> * gnu/packages/busybox.scm (busybox): Call %store-directory from (guix = build >>> utils) instead of referencing "/gnu/store" directly. >> >> Could you push this part to master... >> >>> * guix/packages.scm (patch-and-repack): Likewise. >> >> ... and that part to =E2=80=98core-updates=E2=80=99? > > Indeed, done. Thank you! > (For clearness's sake: this means these patches don't fix the bug, if > there is one, since the only thing that functionally changed is the > busybox recipe; the other change is merely aesthetic since the code was > doing the same thing as the function it now calls.) Right. Ludo=E2=80=99.