Mercurial > projects > sencrypt
changeset 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 | 78a0d5b0d366 |
children | 865e886ec251 |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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} \