# FIXME: The appearance of other directories in the root directory of this source code package
# will affect the automatic detection of setuptools, leading to build failure,
# and the upstream is unwilling to modify it.
# And if the source code package is processed according to the PEP517 standard,
# it will make an error and cannot find itself, so do this processing first
mkdir -v "${SRCDIR}"/.tempsrc
mv -v "${SRCDIR}"/* "${SRCDIR}"/.tempsrc
mv -v "${SRCDIR}"/.tempsrc "${SRCDIR}"/psutils_src
mv -v "${SRCDIR}"/psutils_src/autobuild "${SRCDIR}"
