From a4e48bc4eceab3ecc3d1f6ddd4217c61b0721bbd Mon Sep 17 00:00:00 2001 From: Thomas Trepl Date: Mon, 1 May 2023 16:04:45 +0200 Subject: [PATCH] Fix double dashes --- chapter08/findutils.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter08/findutils.xml b/chapter08/findutils.xml index 4961ea0ae..5440490cf 100644 --- a/chapter08/findutils.xml +++ b/chapter08/findutils.xml @@ -53,7 +53,7 @@ x86_64) ./configure - -prefix=/usr - -localstatedir=/var/lib/locate ;; esac --> - ./configure - -prefix=/usr - -localstatedir=/var/lib/locate + ./configure --prefix=/usr --localstatedir=/var/lib/locate The meaning of the configure options: