From: Jean-Marc Pigeon Date: Mon, 17 Nov 2025 19:32:03 +0000 (-0500) Subject: Fix symbolic link for chkspf X-Git-Tag: tag-0.18~27 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=abe3e2d83e9b84d951ed72dcd83e26802b1cea07;p=jmp%2Fmailleur Fix symbolic link for chkspf --- diff --git a/Makefile b/Makefile index 37d1e9d..24823ba 100644 --- a/Makefile +++ b/Makefile @@ -231,7 +231,7 @@ install : $(DESTDIR)/$(EXECDIR)/$(APPN) #set some utilities @ ln -s \ - $(EXECDIR)/$(APPN)/chkspf \ + $(EXECDIR)/$(APPN)/bin-utils/chkspf \ $(DESTDIR)/$(BINDIR)/ # @ cp -a \