mirror of
https://github.com/markqvist/tncattach.git
synced 2024-12-23 02:55:38 -05:00
now makefile for real.
This commit is contained in:
parent
5bdc5d5ccc
commit
015f8a73fb
2
makefile
2
makefile
@ -20,7 +20,9 @@ install:
|
|||||||
@echo "Installing tncattach..."
|
@echo "Installing tncattach..."
|
||||||
chmod a+x tncattach
|
chmod a+x tncattach
|
||||||
cp ./tncattach /usr/local/sbin/
|
cp ./tncattach /usr/local/sbin/
|
||||||
|
install -m 644 -o root -g root tncattach.8 /usr/local/man/man8
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
@echo "Uninstalling tncattach"
|
@echo "Uninstalling tncattach"
|
||||||
rm /usr/local/sbin/tncattach
|
rm /usr/local/sbin/tncattach
|
||||||
|
rm /usr/local/man/man8/tncattach.8
|
||||||
|
Loading…
Reference in New Issue
Block a user