Removing tests since they break

This commit is contained in:
Gerben Jan Dijkman 2022-10-28 11:21:27 +02:00
parent 522dc2009f
commit cf08ebfa60
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ src_prepare() {
eapply_user
rm -r "${S}"/subprojects/libgd || die
mv "${WORKDIR}"/libgd-"${LIBGD_COMMIT}" "${S}"/subprojects/libgd || die
rm -r "${S}"/tests || die
}
pkg_postinst() {