mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 17:43:11 -04:00
dev-python/hunter: quote S var
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user