From 799cf5b72f2ebb7725c7f38b1e0c7b7acdfbff8c Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 18 Nov 2018 15:58:03 +0100 Subject: README: PREFIX defaults to /usr/local --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f2e5dc..2d66fd8 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ produce a debug build; libcurl and natural sorting support will remain enabled. Additionally, the standard variables `PREFIX` and `DESTDIR` are supported. -**PREFIX _(default: /usr)_** controls where the application and its data files +**PREFIX _(default: /usr/local)_** controls where the application and its data files will be installed. It must be set both during `make` and `make install`. **DESTDIR _(default: empty)_** sets the installation root during "make install". It -- cgit v1.2.3