From ef7ce6995ab38102c928172310155cf648881707 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 23 Jun 2023 19:40:03 +0200 Subject: Makefile: fix uninstall rule MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8c3ccb1..8b79f37 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ install: $(BIN) cp -- $(MAN8) "$(DESTDIR)$(MANPREFIX)/man8/" uninstall: - -cd -- "$(DESTDIR)$(PREFIX)/bin/" && rm -f -- $(BIND) + -cd -- "$(DESTDIR)$(PREFIX)/bin/" && rm -f -- $(BIN) -cd -- "$(DESTDIR)$(MANPREFIX)/man8/" && rm -f -- $(MAN8) clean: -- cgit v1.2.3-70-g09d2