diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-11-18 15:58:03 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-11-18 15:58:03 +0100 |
commit | 799cf5b72f2ebb7725c7f38b1e0c7b7acdfbff8c (patch) | |
tree | 72143a01ad139ff1a663b780d7827eafc87112a4 | |
parent | c859236dea93430928e318dde5850cc5c335e46c (diff) |
README: PREFIX defaults to /usr/local
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |