From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38800) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dugkH-0005BC-IW for guix-patches@gnu.org; Wed, 20 Sep 2017 11:17:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dugjK-0000vp-Ua for guix-patches@gnu.org; Wed, 20 Sep 2017 11:17:01 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:41655) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dugjK-0000vR-NL for guix-patches@gnu.org; Wed, 20 Sep 2017 11:16:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dugjK-0004Dy-9E for guix-patches@gnu.org; Wed, 20 Sep 2017 11:16:02 -0400 Subject: [bug#28526] [PATCH] gnu: openfoam: Fix typo in Note. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60532) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1duezK-0000iH-F3 for guix-patches@gnu.org; Wed, 20 Sep 2017 09:25:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dueyE-0000pK-RP for guix-patches@gnu.org; Wed, 20 Sep 2017 09:24:24 -0400 Received: from smtp.hosts.co.uk ([85.233.160.19]:28314) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dueyC-0000fD-3d for guix-patches@gnu.org; Wed, 20 Sep 2017 09:23:16 -0400 From: Paul Garlick Date: Wed, 20 Sep 2017 11:52:54 +0100 Message-Id: <20170920105254.13523-1-pgarlick@tourbillion-technology.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 28526@debbugs.gnu.org Cc: Paul Garlick * gnu/packages/simulation.scm (openfoam): Put capital 'D' in 'pitzDaily'. --- gnu/packages/simulation.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/simulation.scm b/gnu/packages/simulation.scm index cda6f3c56..de07b6844 100644 --- a/gnu/packages/simulation.scm +++ b/gnu/packages/simulation.scm @@ -195,8 +195,8 @@ ;; $ source $GUIX_PROFILE/lib/OpenFOAM-4.1/etc/bashrc ;; $ mkdir -p $FOAM_RUN ;; $ cd $FOAM_RUN - ;; $ cp -r $FOAM_TUTORIALS/incompressible/simpleFoam/pitzdaily . - ;; $ cd pitzdaily + ;; $ cp -r $FOAM_TUTORIALS/incompressible/simpleFoam/pitzDaily . + ;; $ cd pitzDaily ;; $ chmod -R u+w . ;; $ blockMesh (synopsis "Framework for numerical simulation of fluid flow") -- 2.13.0