From 3035ce3d0c639e0b2a1ec976ea92a14405bd0ce4 Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 7 Nov 2022 10:38:31 +0100 Subject: Fix uninstall ! --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b9880ce..2b55725 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ install: # delete symlink if it exists @-[ -h ${DIR_BIN}/dfr ] && unlink ${DIR_BIN}/dfr || true - @-[ -h ${DIR_BIN}/dfr ] && unlink ${DIR_BIN}/dfrf || true + @-[ -h ${DIR_BIN}/dfrf ] && unlink ${DIR_BIN}/dfrf || true @ echo '' # then create it -- cgit v1.2.3