dev-python/hunter: quote S var

Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
Andrew Ammerlaan
2022-09-26 11:55:02 +02:00
parent 0d3e958b1d
commit 9a808e6d3e

View File

@@ -53,7 +53,7 @@ distutils_enable_sphinx docs ">=dev-python/sphinx-py3doc-enhanced-theme-2.3.2"
src_unpack() {
default
cp -a ${S} tests_package || die
cp -a "${S}" tests_package || die
mv -f tests_package/tests/setup.py tests_package || die
}