From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Error messages and progress report Date: Wed, 12 Dec 2012 09:55:50 +0100 Message-ID: <201212120955.50187.andreas@enge.fr> References: <201212092101.21170.andreas@enge.fr> <201212112215.54222.andreas@enge.fr> <87r4mwch7s.fsf@gnu.org> Mime-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_WaEyQrYUnnsJnpw" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:39054) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tii6j-0001kx-SF for bug-guix@gnu.org; Wed, 12 Dec 2012 03:56:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tii6d-0004cR-T6 for bug-guix@gnu.org; Wed, 12 Dec 2012 03:56:01 -0500 In-Reply-To: <87r4mwch7s.fsf@gnu.org> 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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Ludovic =?utf-8?q?Court=C3=A8s?= Cc: bug-guix@gnu.org --Boundary-00=_WaEyQrYUnnsJnpw Content-Type: multipart/alternative; boundary="Boundary-01=_WaEyQgCukI29s+Q" Content-Transfer-Encoding: 7bit --Boundary-01=_WaEyQgCukI29s+Q Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Am Mittwoch, 12. Dezember 2012 schrieb Ludovic Court=C3=A8s: > Andreas Enge skribis: > > However, the current behaviour is not consistent with the > > documentation. > It=E2=80=99s more that the documentation is ahead of time. :-) I think the attached patch solves the problem. Andreas --Boundary-01=_WaEyQgCukI29s+Q Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable

Am Mittwoch= , 12. Dezember 2012 schrieb Ludovic Court=C3=A8s:

> Andrea= s Enge <andreas@enge.fr> skribis:

> > H= owever, the current behaviour is not consistent with the

> > d= ocumentation.

> It=E2= =80=99s more that the documentation is ahead of time. :-)

&nb= sp;

I think the= attached patch solves the problem.

&nb= sp;

Andreas

&nb= sp;

--Boundary-01=_WaEyQgCukI29s+Q-- --Boundary-00=_WaEyQrYUnnsJnpw Content-Type: text/x-patch; charset="UTF-8"; name="patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="patch" diff --git a/guix-package.in b/guix-package.in index 7bc32f8..bb1b8c0 100644 --- a/guix-package.in +++ b/guix-package.in @@ -68,7 +68,7 @@ exec ${GUILE-@GUILE@} -L "@guilemoduledir@" -l "$0" \ "default"))) (define %current-profile - (string-append %profile-directory "/profile")) + %user-environment-directory) (define (profile-manifest profile) "Return the PROFILE's manifest." --Boundary-00=_WaEyQrYUnnsJnpw--