pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

lima: fix installation to dir that doesn't exit



Module Name:	pkgsrc-wip
Committed By:	Maya Rashish <maya%NetBSD.org@localhost>
Pushed By:	coypu
Date:		Sun Sep 7 17:49:51 2025 +0000
Changeset:	bcb1c8558797a4d671e703079b9741acb718d840

Modified Files:
	lima/Makefile

Log Message:
lima: fix installation to dir that doesn't exit

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bcb1c8558797a4d671e703079b9741acb718d840

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 lima/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/lima/Makefile b/lima/Makefile
index dac6b75972..2fbda3dbf0 100644
--- a/lima/Makefile
+++ b/lima/Makefile
@@ -42,6 +42,8 @@ do-build:
 		${MAKE_PROGRAM} ${MAKE_FLAGS} ${BUILD_MAKE_FLAGS} \
 			${BUILD_TARGET}
 
+INSTALLATION_DIRS+=	${PKGMANDIR}/man1 share/doc
+
 do-install:
 	${RUN} cd ${WRKSRC}/_output && ${PAX} -rw bin ${DESTDIR}${PREFIX}
 	${RUN} cd ${WRKSRC}/_output/share/man && ${PAX} -rw man1 ${DESTDIR}${PREFIX}/${PKGMANDIR}


Home | Main Index | Thread Index | Old Index