From ae5d5fe8ea34705300620fa3accf1261432bceed Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman Date: Tue, 1 Feb 2022 01:59:24 +0100 Subject: [PATCH] Corrected var --- net-im/chatty/chatty-0.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/chatty/chatty-0.6.0.ebuild b/net-im/chatty/chatty-0.6.0.ebuild index f593d40..6d86665 100644 --- a/net-im/chatty/chatty-0.6.0.ebuild +++ b/net-im/chatty/chatty-0.6.0.ebuild @@ -38,7 +38,7 @@ src_prepare() { default eapply_user rm -r "${S}"/subprojects/libgd || die - mv "${WORKDIR}"/libgd-"${LVC_COMMIT}" "${S}"/subprojects/libgd || die + mv "${WORKDIR}"/libgd-"${LIBGD_COMMIT}" "${S}"/subprojects/libgd || die } pkg_postinst() {