From: Ralph Ronnquist Date: Wed, 27 Dec 2023 12:31:54 +0000 (+1100) Subject: fix X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;h=9725dfea39177f53d24ce27de50340cd77103238;p=rrq%2Fnewlisp%2Fpacknl.git fix --- diff --git a/Makefile b/Makefile index 295004d..05e409d 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ MAN8DIR = $(DESTDIR)/usr/share/man/man8 LSPMODDIR = $(DESTDIR)/usr/share/newlisp INSTALLTARGETS = -INSTALLTARGETS += $(addprefix $(BINDIR),$(BINFILES)) +INSTALLTARGETS += $(addprefix $(BINDIR)/,$(BINFILES)) INSTALLTARGETS += $(addprefix $(MAN8DIR)/,$(MAN8FILES)) INSTALLTARGETS += $(addprefix $(LSPMODDIR)/,$(LSPMODFILES))