From 1d7d9c88e8bc3c17ea7f18e02ca30635212b9384 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20M=C3=B8ller?= <36439782+snyball@users.noreply.github.com> Date: Tue, 14 Apr 2020 22:22:08 +0200 Subject: [PATCH] Corrected prefix path [skip ci] Using meson version `0.53.2` prefix defaulted to `/usr/local`, not `/usr/local/` (not the trailing slash) --- docs/markdown/Builtin-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/markdown/Builtin-options.md b/docs/markdown/Builtin-options.md index e938deefb..aa7d5001f 100644 --- a/docs/markdown/Builtin-options.md +++ b/docs/markdown/Builtin-options.md @@ -43,7 +43,7 @@ Installation options are all relative to the prefix, except: | sysconfdir | etc | Sysconf data directory | -`prefix` defaults to `C:/` on Windows, and `/usr/local/` otherwise. You should always +`prefix` defaults to `C:/` on Windows, and `/usr/local` otherwise. You should always override this value. `libdir` is automatically detected based on your platform, it should be