From 8381be378a361a4a67bee24cf0f35acca7968bb1 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 17 Nov 2025 18:11:20 +0000 Subject: bin: Use dirname of script instead of which to find run64. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 77f93fa..058c1d1 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ install: $(scripts) # If you are hacking on a Guile project, you presumably have # guile in your PATH. We want to use that guile and not put in # a specific guile. - $(SED) -i 's|$$(which run64)|$(bindir)/run64|' $(bindir)/guile-run64 + $(SED) -i 's|$$(dirname $$0)/run64|$(bindir)/run64|' $(bindir)/guile-run64 website: website/index.html -- cgit 1.4.1