From 203cfd6501b8648b4295c4ba51551ea6ea18abe5 Mon Sep 17 00:00:00 2001 From: MatMasIt Date: Mon, 11 Oct 2021 11:26:54 +0200 Subject: [PATCH] Remove useless line --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 224df3a..29b2a35 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,6 @@ uninstall: ifneq ($(shell id -u), 0) @echo "You must be root to uninstall" else - mkdir -p /usr/local/share/man/man1/ echo "Removing man file" rm -rf /usr/local/share/man/man1/ropipe.1 echo "Uninstalling binary"