From fce0923a59496ba57ad616a54693202b0dcd3328 Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman Date: Sun, 27 Oct 2024 14:50:31 +0100 Subject: [PATCH] Removed the dir aswell --- net-im/chatty/chatty-0.8.4.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-im/chatty/chatty-0.8.4.ebuild b/net-im/chatty/chatty-0.8.4.ebuild index 8334b28..a420586 100755 --- a/net-im/chatty/chatty-0.8.4.ebuild +++ b/net-im/chatty/chatty-0.8.4.ebuild @@ -37,6 +37,7 @@ S="${WORKDIR}/Chatty-v${PV}-${COMMIT}" src_prepare() { default eapply_user + rm -r "${S}"/subprojects/libcmatrix || die rm -r "${S}"/subprojects/libcmatrix.wrap || die mv "${WORKDIR}"/libcmatrix-"${LIBCM_COMMIT}" "${S}"/subprojects/libcmatrix || die }