Make installation of bl-1 stuff optional.
This commit is contained in:
parent
534c0b4120
commit
297690bb38
|
@ -10,13 +10,15 @@ It's intended for simple forwarding of Multicast traffic between networks."
|
|||
LICENCES="GPL-2"
|
||||
SLOT="0"
|
||||
PLATFORMS="~x86"
|
||||
MYOPTIONS=""
|
||||
MYOPTIONS="baselayout"
|
||||
|
||||
DEPENDENCIES=""
|
||||
|
||||
src_install() {
|
||||
default
|
||||
newinitd "${FILES}/igmpproxy-init.d" igmpproxy
|
||||
newconfd "${FILES}/igmpproxy-conf.d" igmpproxy
|
||||
if option baselayout ; then
|
||||
newinitd "${FILES}/igmpproxy-init.d" igmpproxy
|
||||
newconfd "${FILES}/igmpproxy-conf.d" igmpproxy
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue