mirror of
https://github.com/markqvist/tncattach.git
synced 2024-12-22 18:45:39 -05:00
Added mandb update to makefile
This commit is contained in:
parent
ef700b3244
commit
8944821ba8
4
makefile
4
makefile
@ -20,7 +20,9 @@ install:
|
||||
@echo "Installing tncattach..."
|
||||
chmod a+x tncattach
|
||||
cp ./tncattach /usr/local/sbin/
|
||||
install -m 644 -o root -g root tncattach.8 /usr/local/man/man8
|
||||
mkdir -p /usr/local/man/man8
|
||||
install -m 644 -o root -g root tncattach.8 /usr/local/man/man8/tncattach.8
|
||||
mandb -f /usr/local/man/man8/tncattach.8
|
||||
|
||||
uninstall:
|
||||
@echo "Uninstalling tncattach"
|
||||
|
Loading…
Reference in New Issue
Block a user