www-apps/netbox: I don’t know why I used a relative path there
This commit is contained in:
parent
8adae71deb
commit
94384fadf9
|
@ -97,8 +97,8 @@ src_install() {
|
||||||
dodir /opt
|
dodir /opt
|
||||||
cp -a ../${P} "${ED}"/opt
|
cp -a ../${P} "${ED}"/opt
|
||||||
dosym ${P} /opt/netbox
|
dosym ${P} /opt/netbox
|
||||||
dosym ../../etc/netbox/gunicorn_config.py /opt/netbox/gunicorn_config.py
|
dosym /etc/netbox/gunicorn_config.py /opt/netbox/gunicorn_config.py
|
||||||
dosym ../../../../etc/netbox/configuration.py \
|
dosym /etc/netbox/configuration.py \
|
||||||
/opt/netbox/netbox/netbox/configuration.py
|
/opt/netbox/netbox/netbox/configuration.py
|
||||||
dodir /etc/netbox
|
dodir /etc/netbox
|
||||||
insinto /etc/netbox
|
insinto /etc/netbox
|
||||||
|
|
Loading…
Reference in a new issue