From: Ralph Ronnquist Date: Sat, 30 Dec 2023 09:19:10 +0000 (+1100) Subject: Moved lsp module files into /usr/share/newlisp/modules X-Git-Tag: 0.1.0 X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;h=7005e3b7c3143f6071393cd576cadb89c51d486d;hp=-c;p=rrq%2Fnewlisp%2Fpacknl.git Moved lsp module files into /usr/share/newlisp/modules --- 7005e3b7c3143f6071393cd576cadb89c51d486d 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))