Moved lsp module files into /usr/share/newlisp/modules
[rrq/newlisp/packnl.git] / 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))