From 9e4bb07509b403d59fe59068164a30273d440a4d Mon Sep 17 00:00:00 2001
From: Marko Lindqvist <cazfi74@gmail.com>
Date: Thu, 27 Aug 2026 14:18:08 +0300
Subject: [PATCH 57/57] INSTALL: Replace /home/cazfi with /home/user in
 examples

See RM #2175

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
---
 INSTALL | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/INSTALL b/INSTALL
index 3ec6a6ae5a..b540308061 100644
--- a/INSTALL
+++ b/INSTALL
@@ -98,15 +98,15 @@ Configure options:
 
 Configure options are given as '-D<option>=<value>'.
 For example to set freeciv installation prefix as
-'/home/cazfi/freeciv-install':
+'/home/user/freeciv-install':
 
-> meson setup ../src -Dprefix=/home/cazfi/freeciv-install
+> meson setup ../src -Dprefix=/home/user/freeciv-install
 
 You can give configure options when you first set up the build directory
 (like in example above), or you can change configure options for the
 build directory later by 'meson configure' subcommand like this:
 
-> meson configure -Dprefix=/home/cazfi/freeciv-install
+> meson configure -Dprefix=/home/user/freeciv-install
 
 You get full list of configure options by running 'meson configure'
 subcommand without any configure options to set
-- 
2.53.0

