Make installation of bl-1 stuff optional.
This commit is contained in:
parent
71a33a9a62
commit
7b318317e7
1 changed files with 5 additions and 3 deletions
|
@ -13,7 +13,7 @@ can be launched when specific patterns are found.
|
||||||
"
|
"
|
||||||
|
|
||||||
LICENCES="GPL-2"
|
LICENCES="GPL-2"
|
||||||
MYOPTIONS=""
|
MYOPTIONS="baselayout"
|
||||||
|
|
||||||
DEPENDENCIES="
|
DEPENDENCIES="
|
||||||
build+run:
|
build+run:
|
||||||
|
@ -27,7 +27,9 @@ UPSTREAM_DOCUMENTATION="${HOMEPAGE}/README"
|
||||||
src_install() {
|
src_install() {
|
||||||
default
|
default
|
||||||
|
|
||||||
newinitd "${FILES}/metalog.initd" metalog
|
if option baselayout ; then
|
||||||
newconfd "${FILES}/metalog.confd" metalog
|
newinitd "${FILES}/metalog.initd" metalog
|
||||||
|
newconfd "${FILES}/metalog.confd" metalog
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue