From dec04e79fd51fbfa3a167311a04471cca6e8bba9 Mon Sep 17 00:00:00 2001 From: Alexander Amelkin Date: Fri, 29 Nov 2019 14:34:20 +0300 Subject: [PATCH] doc: Update INSTALL to fix installation errors The `sudo` was missing from `make install` which prevented installation if build is performed, as it should be, by an unpriviliged user. Signed-off-by: Alexander Amelkin --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index cf76a41..fc3cbe3 100644 --- a/INSTALL +++ b/INSTALL @@ -33,7 +33,7 @@ Basic Installation Briefly, the followong shell command should configure, build, and install this package: - `./bootstrap && ./configure && make && make install` + `./bootstrap && ./configure && make && sudo make install` The following more-detailed instructions are generic; see the `README' file for instructions specific to this package. Some