diff options
Diffstat (limited to 'sys-boot/grub/grub-2.12.ebuild')
-rw-r--r-- | sys-boot/grub/grub-2.12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-boot/grub/grub-2.12.ebuild b/sys-boot/grub/grub-2.12.ebuild index cc5868ce0922..af2c3e716ed0 100644 --- a/sys-boot/grub/grub-2.12.ebuild +++ b/sys-boot/grub/grub-2.12.ebuild @@ -286,7 +286,7 @@ src_configure() { src_compile() { # Sandbox bug 404013. - use libzfs && addpredict /etc/dfs:/dev/zfs + use libzfs && { addpredict /etc/dfs; addpredict /dev/zfs; } grub_do emake use doc && grub_do_once emake -C docs html |