From abe3e2d83e9b84d951ed72dcd83e26802b1cea07 Mon Sep 17 00:00:00 2001 From: Jean-Marc Pigeon Date: Mon, 17 Nov 2025 14:32:03 -0500 Subject: [PATCH] Fix symbolic link for chkspf --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.47.3