diff --git a/sys-apps/hashboot/hashboot-0.9.14.ebuild b/sys-apps/hashboot/hashboot-0.9.14.ebuild index 1ba9fd3..045faf7 100644 --- a/sys-apps/hashboot/hashboot-0.9.14.ebuild +++ b/sys-apps/hashboot/hashboot-0.9.14.ebuild @@ -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." diff --git a/sys-apps/hashboot/hashboot-9999.ebuild b/sys-apps/hashboot/hashboot-9999.ebuild index 3a583f0..090e16f 100644 --- a/sys-apps/hashboot/hashboot-9999.ebuild +++ b/sys-apps/hashboot/hashboot-9999.ebuild @@ -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."