From mboxrd@z Thu Jan 1 00:00:00 1970 From: Taylan Ulrich Kammer Subject: Re: --with-store-dir and/or --localstatedir seem to be ignored Date: Fri, 15 May 2015 16:58:55 +0200 Message-ID: <878ucpga4w.fsf@gmail.com> References: <87h9refc0y.fsf@gmail.com> <87vbfu15n6.fsf@gnu.org> <87d222ey57.fsf@gmail.com> <87mw15ykmf.fsf@gnu.org> 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]:56234) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YtH4l-0002r7-1W for guix-devel@gnu.org; Fri, 15 May 2015 10:58:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YtH4k-0001jI-60 for guix-devel@gnu.org; Fri, 15 May 2015 10:58:58 -0400 In-Reply-To: <87mw15ykmf.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Fri, 15 May 2015 16:35:04 +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: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org, Alex Vorobiev ludo@gnu.org (Ludovic Court=C3=A8s) writes: >> * gnu/packages/busybox.scm (busybox): Call %store-directory from (guix b= uild >> 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. (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.) Taylan