www-apps/netbox: fix sheband manage.py
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
parent
d80c280055
commit
aa91e2b13a
|
@ -100,6 +100,11 @@ Finally, if you are using webhooks, start the netbox-rqworker service.
|
||||||
[2] https://netbox.readthedocs.io/en/stable/installation/upgrading/
|
[2] https://netbox.readthedocs.io/en/stable/installation/upgrading/
|
||||||
"
|
"
|
||||||
|
|
||||||
|
src_prepare() {
|
||||||
|
default
|
||||||
|
python_fix_shebang netbox/manage.py
|
||||||
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
dodir /opt
|
dodir /opt
|
||||||
cp -a ../${P} "${ED}"/opt
|
cp -a ../${P} "${ED}"/opt
|
||||||
|
|
|
@ -98,6 +98,11 @@ Finally, if you are using webhooks, start the netbox-rqworker service.
|
||||||
[2] https://netbox.readthedocs.io/en/stable/installation/upgrading/
|
[2] https://netbox.readthedocs.io/en/stable/installation/upgrading/
|
||||||
"
|
"
|
||||||
|
|
||||||
|
src_prepare() {
|
||||||
|
default
|
||||||
|
python_fix_shebang netbox/manage.py
|
||||||
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
dodir /opt
|
dodir /opt
|
||||||
cp -a ../${P} "${ED}"/opt
|
cp -a ../${P} "${ED}"/opt
|
||||||
|
|
Loading…
Reference in a new issue