From: Ralph Ronnquist Date: Wed, 27 Dec 2023 12:30:54 +0000 (+1100) Subject: fix. (added missing /) X-Git-Tag: 0.1.0~2 X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;h=a157261e83ae4be2696211f8efa987d34b16f0da;hp=-c;p=rrq%2Fnewlisp%2Fpacknl.git fix. (added missing /) --- a157261e83ae4be2696211f8efa987d34b16f0da 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))