From f3ff44363fc65990e419a6f8f8555e6dcc86d51b Mon Sep 17 00:00:00 2001 From: Krejzi Date: Sun, 14 Jul 2013 18:10:21 +0000 Subject: [PATCH] command->commands git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11416 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general/prog/python-modules.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/general/prog/python-modules.xml b/general/prog/python-modules.xml index c79c04d0cd..46ebd5e07c 100644 --- a/general/prog/python-modules.xml +++ b/general/prog/python-modules.xml @@ -745,7 +745,7 @@ make To build PyGObject3 as the Python 2 module, run the - following command: + following commands: mkdir python2 && @@ -761,7 +761,7 @@ popd To build PyGObject3 as the Python 3 module, run the - following command: + following commands: mkdir python3 && @@ -1104,7 +1104,7 @@ make To build PyAtSpi2 as the Python 2 module, run the - following command: + following commands: mkdir python2 && @@ -1116,7 +1116,7 @@ popd To build PyAtSpi2 as the Python 3 module, run the - following command: + following commands: mkdir python3 &&