diff Makefile @ 23:110b3a7a40c2

Fix typo in Makefile preventing installation Fix a typo in the Makefile so that a symbolic link for the sdecrypt alias is installed correctly.
author Guido Berhoerster <guido+sencrypt@berhoerster.name>
date Mon, 19 Aug 2019 13:15:02 +0200
parents 5f9dc8f3c53e
children 865e886ec251
line wrap: on
line diff
--- a/Makefile	Mon Aug 05 11:20:01 2019 +0200
+++ b/Makefile	Mon Aug 19 13:15:02 2019 +0200
@@ -123,7 +123,7 @@
 
 install:
 	$(INSTALL.exec) $(PACKAGE) "$(DESTDIR)$(bindir)/$(PACKAGE)"
-	ln -f $(PACKAGE) "$(DESTDIR)$(bindir)/$(DECRYPT_ALIAS)"
+	ln -sf $(PACKAGE) "$(DESTDIR)$(bindir)/$(DECRYPT_ALIAS)"
 	for manpage in $(MANPAGES); do \
 	    if [ -L $${manpage} ]; then \
 	        $(INSTALL.link) $${manpage} \