X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=Makefile;h=480c1083844538bca6b7a355af9d5c6bb7bd3ef4;hb=HEAD;hp=295004d5d5894d4891cf1694e8272787dac0a0d5;hpb=c7a58da27eae1240ed320c7bfea59556238842a0;p=rrq%2Fnewlisp%2Fpacknl.git diff --git a/Makefile b/Makefile index 295004d..480c108 100644 --- a/Makefile +++ b/Makefile @@ -20,10 +20,10 @@ 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)) +INSTALLTARGETS += $(addprefix $(BINDIR)/,$(BINFILES)) INSTALLTARGETS += $(addprefix $(MAN8DIR)/,$(MAN8FILES)) INSTALLTARGETS += $(addprefix $(LSPMODDIR)/,$(LSPMODFILES))