gplaycli: fix conf file location

This commit is contained in:
blshkv 2017-12-06 11:53:46 +08:00
parent 0470833e39
commit be79941742
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F

View file

@ -20,3 +20,9 @@ RDEPEND="dev-python/protobuf-python[${PYTHON_USEDEP}]
dev-python/pyaxmlparser[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"
python_prepare_all() {
# disarm pycrypto dep to allow || ( pycryptodome pycrypto )
sed -i -e "s|os.path.expanduser('~')+'/.config/|'/etc/|" setup.py || die
distutils-r1_python_prepare_all
}