forked from tastytea/overlay
Merge pull request 'sys-apps/hashboot: Fix incorrect source variable' (#13) from tmweaver/overlay:fix-hashboot-ebuild-s-variable into master
Reviewed-on: tastytea/overlay#13
This commit is contained in:
commit
a4a205a544
|
@ -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."
|
||||
|
|
|
@ -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."
|
||||
|
|
Loading…
Reference in New Issue
Block a user