This commit is contained in:
Anton Bolshakov 2023-05-21 21:56:19 +08:00
parent df767c3055
commit 253f731a26
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
2 changed files with 11 additions and 0 deletions

View file

@ -59,3 +59,8 @@ src_prepare() {
rm -r tests || die
default
}
python_install_all() {
dosym "$(python_get_sitedir)/etc/theHarvester" /etc/theHarvester
distutils-r1_python_install_all
}

View file

@ -59,3 +59,9 @@ src_prepare() {
rm -r tests || die
default
}
# hack: https://github.com/laramies/theHarvester/issues/1430
python_install_all() {
dosym "$(python_get_sitedir)/etc/theHarvester" /etc/theHarvester
distutils-r1_python_install_all
}