mirror of
https://github.com/markqvist/tncattach.git
synced 2026-06-10 10:05:59 -04:00
now makefile for real.
This commit is contained in:
@@ -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
|
||||
|
||||
uninstall:
|
||||
@echo "Uninstalling tncattach"
|
||||
rm /usr/local/sbin/tncattach
|
||||
rm /usr/local/man/man8/tncattach.8
|
||||
|
||||
Reference in New Issue
Block a user