Make installation of bl-1 stuff optional.

for/master
Wulf C. Krueger 2010-10-09 22:12:29 +02:00 committed by Daniel Mierswa
parent 297690bb38
commit 71a33a9a62
1 changed files with 4 additions and 2 deletions

View File

@ -9,7 +9,7 @@ DOWNLOADS="mirror://savannah/halevt/${PNV}.tar.gz"
LICENCES="GPL-2"
SLOT="0"
PLATFORMS="~amd64"
MYOPTIONS=""
MYOPTIONS="baselayout"
DEPENDENCIES="
build:
@ -36,7 +36,8 @@ src_install() {
insinto /etc/halevt
doins *.xml
hereinitd halevt <<EOF
if option baselayout ; then
hereinitd halevt <<EOF
#!/sbin/runscript
# Copyright 2009 Daniel Mierswa <impulze@impulze.org>
# Distributed under the terms of the GNU General Public License, v2 or later
@ -57,5 +58,6 @@ stop() {
eend $?
}
EOF
fi
}