From 0df603bfca85e859bdf21ffe1b32ce897caf8b7d Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sun, 27 Feb 2022 16:20:43 +0100 Subject: Documentation: Replace `foo=~/bar` with `foo=$HOME/bar`. POSIX doesn't mandate expansion of the former. --- doc/build.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/build.md b/doc/build.md index 1936c13..b40760e 100644 --- a/doc/build.md +++ b/doc/build.md @@ -79,11 +79,11 @@ By default `` `make install` `` installs [`interimap`(1)] under can be used in order to perform the (un)installation as an unprivileged user. For instance - $ install -m0700 -vd "${XDG_DATA_HOME:-~/.local/share}/interimap" + $ install -m0700 -vd ${XDG_DATA_HOME:-~/.local/share}/interimap $ make install-nodoc \ - prefix=~/.local \ - sitelib="${XDG_DATA_HOME:-~/.local/share}/interimap/lib" \ - systemd_userunitdir="${XDG_DATA_HOME:-~/.local/share}/systemd/user" + prefix=$HOME/.local \ + sitelib=${XDG_DATA_HOME:-~/.local/share}/interimap/lib \ + systemd_userunitdir=${XDG_DATA_HOME:-~/.local/share}/systemd/user skips documentation and installs -- cgit v1.2.3