git: 9082bc4c3d0b - main - ncurses: fix typo in makefile
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 10 Oct 2021 16:52:53 UTC
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/src/commit/?id=9082bc4c3d0b0c27bec13bcff9e76b072303e59b commit 9082bc4c3d0b0c27bec13bcff9e76b072303e59b Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2021-10-10 16:52:21 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2021-10-10 16:52:48 +0000 ncurses: fix typo in makefile --- lib/ncurses/ncurses/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ncurses/ncurses/Makefile b/lib/ncurses/ncurses/Makefile index 5f80def49458..951e8a4ea63f 100644 --- a/lib/ncurses/ncurses/Makefile +++ b/lib/ncurses/ncurses/Makefile @@ -189,7 +189,7 @@ all: ${STATIC_LDSCRIPT} install-aldscript: ${STATIC_LDSCRIPT} ${INSTALL} ${TAG_ARGS:D${TAG_ARGS},dev} -S -C -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \ - ${_INSTALLFLAGS} ${STATIC_LDSCRIPT} ${DESTDIR}${_LIBDI}/lib${LIB}.a + ${_INSTALLFLAGS} ${STATIC_LDSCRIPT} ${DESTDIR}${_LIBDIR}/lib${LIB}.a realinstall: install-aldscript