summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorAlexander Amelkin <alexander@amelkin.msk.ru>2019-11-29 14:34:20 +0300
committerAlexander Amelkin <alexander@amelkin.msk.ru>2019-11-29 14:34:20 +0300
commitdec04e79fd51fbfa3a167311a04471cca6e8bba9 (patch)
treeadb03fe869f609b414c90dcc8e97807a5413ced3 /INSTALL
parentd9adbf12f11920a4f73bd44f0631d75ac83a3346 (diff)
downloadipmitool-dec04e79fd51fbfa3a167311a04471cca6e8bba9.tar.gz
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 <alexander@amelkin.msk.ru>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
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