forked from hasufell/hasufell-repository
net-misc/badvpn: fix service file installation
This commit is contained in:
parent
6a9c5f2a19
commit
4c9258c4e9
@ -9,6 +9,7 @@
|
|||||||
|
|
||||||
require github [ user=ambrop72 ]
|
require github [ user=ambrop72 ]
|
||||||
require cmake [ api=2 ]
|
require cmake [ api=2 ]
|
||||||
|
require systemd-service openrc-service
|
||||||
|
|
||||||
SUMMARY="Peer-to-peer VPN, NCD scripting language, tun2socks proxifier"
|
SUMMARY="Peer-to-peer VPN, NCD scripting language, tun2socks proxifier"
|
||||||
DESCRIPTION="
|
DESCRIPTION="
|
||||||
@ -88,5 +89,8 @@ src_install() {
|
|||||||
newconfd "${FILES}"/${PN}-ncd.conf ${PN}-ncd
|
newconfd "${FILES}"/${PN}-ncd.conf ${PN}-ncd
|
||||||
install_systemd_files
|
install_systemd_files
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
openrc_expart /etc/init.d
|
||||||
|
openrc_expart /etc/conf.d
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user