From 718c482c4231ed5e6ece70506e2b763122f7f37b Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 8 Feb 2025 20:50:00 +0100 Subject: Fix makefile install rule MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') 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: -- cgit v1.2.3-70-g09d2