Moved lsp module files into /usr/share/newlisp/modules 0.1.0
authorRalph Ronnquist <rrq@rrq.au>
Sat, 30 Dec 2023 09:19:10 +0000 (20:19 +1100)
committerRalph Ronnquist <rrq@rrq.au>
Sat, 30 Dec 2023 09:19:10 +0000 (20:19 +1100)
Makefile

index 05e409d9d41bf2c45f3e6ece5b35a71a9b503645..480c1083844538bca6b7a355af9d5c6bb7bd3ef4 100644 (file)
--- 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))