aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-08-25 17:34:14 +0300
committerThomas Voss <mail@thomasvoss.com> 2023-08-25 17:34:14 +0300
commite93e75ca1dd782fb0c6df97be89d03d7f1cc66d3 (patch)
tree06e88d96fc9fd96cbdc6fb81adb69b5729cefa26
parent9e5da4acc6cecbaf7f77260d30dfe0b7e09ba0f9 (diff)
Use -f with ln in the Makefilev1.2.0
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 766ee39..c49dd38 100644
--- a/Makefile
+++ b/Makefile
@@ -15,4 +15,4 @@ install:
cp ${target} ${DPREFIX}/bin/mmv
cp ${target} ${DPREFIX}/bin/mcp
cp mmv.1 ${MANDIR}/man1
- ln -sr ${MANDIR}/man1/mmv.1 ${MANDIR}/man1/mcp.1
+ ln -srf ${MANDIR}/man1/mmv.1 ${MANDIR}/man1/mcp.1