sys-apps/hashboot: Fix incorrect source variable #13

Merged
tastytea merged 1 commits from tmweaver/overlay:fix-hashboot-ebuild-s-variable into master 2021-03-09 15:32:52 +01:00
2 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,8 @@ IUSE="firmware"
RDEPEND="firmware? ( sys-apps/flashrom )"
DEPEND="app-text/asciidoc"
S="${WORKDIR}/${PN}"
pkg_preinst() {
if grep -q '^rc_parallel="YES"' /etc/rc.conf; then
ewarn "hashboot does not work properly with parallel boot enabled."

View File

@ -17,6 +17,8 @@ IUSE="firmware"
RDEPEND="firmware? ( sys-apps/flashrom )"
DEPEND="app-text/asciidoc"
S="${WORKDIR}/${PN}"
pkg_preinst() {
if grep -q '^rc_parallel="YES"' /etc/rc.conf; then
ewarn "hashboot does not work properly with parallel boot enabled."