From 727be8db1efd3d7c2d6ae24d1f1d974c8e20413c Mon Sep 17 00:00:00 2001 From: Michael Gmelin Date: Mon, 25 Mar 2024 14:23:33 +0100 Subject: [PATCH] devel/arcanist-lib: Fix plist issue Leftover file default.pem should have been removed as part of 03b792c59a524 Reported by: mfechner --- devel/arcanist-lib/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/arcanist-lib/Makefile b/devel/arcanist-lib/Makefile index ed33bb9facd5..b5ffbe608260 100644 --- a/devel/arcanist-lib/Makefile +++ b/devel/arcanist-lib/Makefile @@ -76,6 +76,7 @@ do-install: @${REINPLACE_CMD} \ 's|%%PYTHON_CMD%%|${PYTHON_CMD}|g' \ ${STAGEDIR}${PREFIX}/${PHP_DESTDIR}/src/workflow/ArcanistAnoidWorkflow.php + ${RM} ${STAGEDIR}${PREFIX}/${PHP_DESTDIR}/resources/ssl/default.pem ${RLN} ${STAGEDIR}${PREFIX}/${PHP_DESTDIR}/support/shell/hooks/bash-completion.sh \ ${STAGEDIR}${PREFIX}/share/bash-completion/completions/arc ${STAGEDIR}${PREFIX}/${PHP_DESTDIR}/bin/arc shell-complete --generate