Updated the output of sudo make install command

Signed-off-by: Gianni Salinetti <gbsalinetti@extraordy.com>
This commit is contained in:
Gianni Salinetti 2017-05-01 22:19:53 +02:00
parent 57834432ad
commit d10f383343

View file

@ -129,17 +129,17 @@ sudo make install
Output: Output:
``` ```
install -D -m 755 kpod /usr/bin/kpod install -D -m 755 ocid /usr/local/bin/ocid
install -D -m 755 ocid /usr/bin/ocid install -D -m 755 ocic /usr/local/bin/ocic
install -D -m 755 ocic /usr/bin/ocic install -D -m 755 kpod /usr/local/bin/kpod
install -D -m 755 conmon/conmon /usr/local/libexec/ocid/conmon install -D -m 755 conmon/conmon /usr/local/libexec/ocid/conmon
install -D -m 755 pause/pause /usr/libexec/ocid/pause install -D -m 755 pause/pause /usr/local/libexec/ocid/pause
install -d -m 755 /usr/share/man/man{1,5,8} install -d -m 755 /usr/local/share/man/man1
install -m 644 docs/kpod.1 docs/kpod-launch.1 -t /usr/share/man/man1 install -d -m 755 /usr/local/share/man/man5
install -m 644 docs/ocid.conf.5 -t /usr/share/man/man5 install -d -m 755 /usr/local/share/man/man8
install -m 644 docs/ocid.8 -t /usr/share/man/man8 install -m 644 docs/kpod.1 docs/kpod-launch.1 -t /usr/local/share/man/man1
install -D -m 644 ocid.conf /etc/ocid/ocid.conf install -m 644 docs/ocid.conf.5 -t /usr/local/share/man/man5
install -D -m 644 seccomp.json /etc/ocid/seccomp.json install -m 644 docs/ocid.8 -t /usr/local/share/man/man8
``` ```
If you are installing for the first time, generate config as follows: If you are installing for the first time, generate config as follows: