mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
theHarvester: hack https://github.com/laramies/theHarvester/issues/1430
This commit is contained in:
parent
df767c3055
commit
253f731a26
2 changed files with 11 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue