Make installation of bl-1 stuff optional.

for/master
Wulf C. Krueger 2010-10-09 22:09:33 +02:00 committed by Daniel Mierswa
parent 5f8a489622
commit 2ac5940673
1 changed files with 5 additions and 2 deletions

View File

@ -18,10 +18,12 @@ DEPENDENCIES="
run:
app-emulation/vhba-module
"
MYOPTIONS="baselayout"
cdemud_src_install() {
default
if option baselayout ; then
hereinitd cdemud <<EOF
#!/sbin/runscript
@ -47,5 +49,6 @@ EOF
# options passed to the cdemud
#CDEMUD_OPTS=--num-devices=10
EOF
fi
}