From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCHES] gnu: nginx: Clean up installation directories. Date: Sun, 05 Apr 2015 22:53:54 +0200 Message-ID: <87h9sub8kd.fsf@gnu.org> References: <87oan2fs4m.fsf@fsf.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]:33276) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YerYR-00029f-Fg for guix-devel@gnu.org; Sun, 05 Apr 2015 16:54:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YerYM-0001Yr-HF for guix-devel@gnu.org; Sun, 05 Apr 2015 16:54:03 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:55926) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YerYM-0001Yn-Dy for guix-devel@gnu.org; Sun, 05 Apr 2015 16:53:58 -0400 In-Reply-To: <87oan2fs4m.fsf@fsf.org> (David Thompson's message of "Sun, 05 Apr 2015 12:37:45 -0400") 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: David Thompson Cc: guix-devel@gnu.org David Thompson skribis: > From 81adae7d0de6e6d9213b81dc6a8747bfc6487420 Mon Sep 17 00:00:00 2001 > From: David Thompson > Date: Sun, 5 Apr 2015 12:31:54 -0400 > Subject: [PATCH 1/2] gnu: nginx: Use modify-phases syntax. > > * gnu/packages/web.scm (nginx): Use modify-phases syntax. OK (note that in =E2=80=98core-updates=E2=80=99 =E2=80=98modify-phases=E2= =80=99 no longer introduces quotes so we=E2=80=99ll have to update it.) > From 6757351ece10cafc5e9c04f5778e6ba6334979d5 Mon Sep 17 00:00:00 2001 > From: David Thompson > Date: Sun, 5 Apr 2015 12:34:45 -0400 > Subject: [PATCH 2/2] gnu: nginx: Clean up installation directories. > > * gnu/packages/web.scm (nginx): Add 'fix-root-dirs' phase. LGTM! OK for the upgrade as well. Thank you, Ludo=E2=80=99.