aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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