# HG changeset patch # User Guido Berhoerster # Date 1566213302 -7200 # Node ID 110b3a7a40c23110c4a16430f5a4e50f7a0fab96 # Parent 78a0d5b0d36660a8d91cefceffcea51e819eefee Fix typo in Makefile preventing installation Fix a typo in the Makefile so that a symbolic link for the sdecrypt alias is installed correctly. diff -r 78a0d5b0d366 -r 110b3a7a40c2 Makefile --- 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} \