Merge pull request 'sys-apps/hashboot: Fix incorrect source variable' (#13) from tmweaver/overlay:fix-hashboot-ebuild-s-variable into master
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #13
This commit is contained in:
commit
a4a205a544
|
@ -15,6 +15,8 @@ IUSE="firmware"
|
||||||
RDEPEND="firmware? ( sys-apps/flashrom )"
|
RDEPEND="firmware? ( sys-apps/flashrom )"
|
||||||
DEPEND="app-text/asciidoc"
|
DEPEND="app-text/asciidoc"
|
||||||
|
|
||||||
|
S="${WORKDIR}/${PN}"
|
||||||
|
|
||||||
pkg_preinst() {
|
pkg_preinst() {
|
||||||
if grep -q '^rc_parallel="YES"' /etc/rc.conf; then
|
if grep -q '^rc_parallel="YES"' /etc/rc.conf; then
|
||||||
ewarn "hashboot does not work properly with parallel boot enabled."
|
ewarn "hashboot does not work properly with parallel boot enabled."
|
||||||
|
|
|
@ -17,6 +17,8 @@ IUSE="firmware"
|
||||||
RDEPEND="firmware? ( sys-apps/flashrom )"
|
RDEPEND="firmware? ( sys-apps/flashrom )"
|
||||||
DEPEND="app-text/asciidoc"
|
DEPEND="app-text/asciidoc"
|
||||||
|
|
||||||
|
S="${WORKDIR}/${PN}"
|
||||||
|
|
||||||
pkg_preinst() {
|
pkg_preinst() {
|
||||||
if grep -q '^rc_parallel="YES"' /etc/rc.conf; then
|
if grep -q '^rc_parallel="YES"' /etc/rc.conf; then
|
||||||
ewarn "hashboot does not work properly with parallel boot enabled."
|
ewarn "hashboot does not work properly with parallel boot enabled."
|
||||||
|
|
Reference in New Issue
Block a user