From db0e1f3ac599beeeefda1a21d6f2ae507c158c9a Mon Sep 17 00:00:00 2001
From: Ulrich Müller
Date: Sun, 16 Feb 2020 19:04:03 +0100
Subject: quickstart: Remove unnecessary escaping of quotes.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: Ulrich Müller
---
quickstart/text.xml | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
(limited to 'quickstart')
diff --git a/quickstart/text.xml b/quickstart/text.xml
index f8e65bb..1655f8d 100644
--- a/quickstart/text.xml
+++ b/quickstart/text.xml
@@ -105,7 +105,7 @@ include the URI scheme, for example https://).
The SRC_URI tells Portage the address to use for downloading
the source tarball. Here, mirror://sourceforge/ is a special
-notation meaning "any of the Sourceforge mirrors".
+notation meaning "any of the Sourceforge mirrors".
${P} is a read-only variable set by Portage which is the package's
name and version in this case, it would be ctags-5.5.4.
@@ -116,8 +116,8 @@ or (at your option) any later version).
-The SLOT variable tells Portage which slot this package installs to. If
-you've not seen slots before, either just use "0" or read
+The SLOT variable tells Portage which slot this package installs to.
+If you've not seen slots before, either just use "0" or read
.
@@ -152,11 +152,10 @@ this see and
-The canonical install method is emake DESTDIR="${D}"
-install. This will work with any properly written standard
-Makefile. If this gives sandbox errors, see for how to do manual
-installs.
+The canonical install method is emake DESTDIR="${D}" install. This will
+work with any properly written standard Makefile. If this gives sandbox
+errors, see for how to do
+manual installs.
--
cgit v1.2.3-65-gdbad