From 7005e3b7c3143f6071393cd576cadb89c51d486d Mon Sep 17 00:00:00 2001 From: Ralph Ronnquist Date: Sat, 30 Dec 2023 20:19:10 +1100 Subject: [PATCH] Moved lsp module files into /usr/share/newlisp/modules --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 05e409d..480c108 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ LSPMODFILES = incore.lsp main-args.lsp BINDIR = $(DESTDIR)/usr/bin MAN8DIR = $(DESTDIR)/usr/share/man/man8 -LSPMODDIR = $(DESTDIR)/usr/share/newlisp +LSPMODDIR = $(DESTDIR)/usr/share/newlisp/modules INSTALLTARGETS = INSTALLTARGETS += $(addprefix $(BINDIR)/,$(BINFILES)) -- 2.39.2