From 7fde69192a52e7cded2a62465cfce1ec8e371f19 Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman Date: Thu, 15 May 2025 15:47:08 +0200 Subject: [PATCH] Removed an rm for a directory that was removed --- net-im/chatty/chatty-0.8.7.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/net-im/chatty/chatty-0.8.7.ebuild b/net-im/chatty/chatty-0.8.7.ebuild index 63b0e44..e93c592 100755 --- a/net-im/chatty/chatty-0.8.7.ebuild +++ b/net-im/chatty/chatty-0.8.7.ebuild @@ -37,7 +37,6 @@ 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 }