aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9812e19..679ce17 100644
--- a/Makefile
+++ b/Makefile
@@ -24,13 +24,12 @@ install: sshexec
test ! -d "$(DESTDIR)$(PREFIX)/bin/sshcd"
ln -sf -- sshexec "$(DESTDIR)$(PREFIX)/bin/sshcd"
cp -- sshexec.1 "$(DESTDIR)$(MANPREFIX)/man1/"
- cp -- sshcd "$(DESTDIR)$(PREFIX)/bin/"
cp -- sshcd.1 "$(DESTDIR)$(MANPREFIX)/man1/"
uninstall:
-rm -f -- "$(DESTDIR)$(PREFIX)/bin/sshexec"
- -rm -f -- "$(DESTDIR)$(MANPREFIX)/man1/sshexec.1"
-rm -f -- "$(DESTDIR)$(PREFIX)/bin/sshcd"
+ -rm -f -- "$(DESTDIR)$(MANPREFIX)/man1/sshexec.1"
-rm -f -- "$(DESTDIR)$(MANPREFIX)/man1/sshcd.1"
clean: