mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-19 05:11:05 +02:00
gplaycli: fix conf file location
This commit is contained in:
parent
0470833e39
commit
be79941742
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue