diff options
author | Richard Yao <ryao@gentoo.org> | 2015-09-11 17:53:45 -0400 |
---|---|---|
committer | Richard Yao <ryao@gentoo.org> | 2015-09-11 17:53:45 -0400 |
commit | 0c67ce6aa22247e600f9f62fc208d00198132aa4 (patch) | |
tree | 887e745cb3697191f128bd91da563b35269e95eb /sys-fs/zfs/zfs-9999.ebuild | |
parent | sys-auth/yubikey-personalization-gui: Version bump (diff) | |
download | gentoo-0c67ce6aa22247e600f9f62fc208d00198132aa4.tar.gz gentoo-0c67ce6aa22247e600f9f62fc208d00198132aa4.tar.bz2 gentoo-0c67ce6aa22247e600f9f62fc208d00198132aa4.zip |
sys-fs/zfs: ${EROOT} includes /
Package-Manager: portage-2.2.20.1
Signed-off-by: Richard Yao <ryao@gentoo.org>
Diffstat (limited to 'sys-fs/zfs/zfs-9999.ebuild')
-rw-r--r-- | sys-fs/zfs/zfs-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-fs/zfs/zfs-9999.ebuild b/sys-fs/zfs/zfs-9999.ebuild index d5eac199033a..0bb7b6718277 100644 --- a/sys-fs/zfs/zfs-9999.ebuild +++ b/sys-fs/zfs/zfs-9999.ebuild @@ -132,13 +132,13 @@ pkg_postinst() { update_moduledb fi - [ -e "${EROOT}/etc/runlevels/boot/zfs" ] \ + [ -e "${EROOT}etc/runlevels/boot/zfs" ] \ || ewarn 'You should add zfs to the boot runlevel.' - if [ -e "${EROOT}/etc/runlevels/shutdown/zfs-shutdown" ] + if [ -e "${EROOT}etc/runlevels/shutdown/zfs-shutdown" ] then einfo "The zfs-shutdown script is obsolete. Removing it from runlevel." - rm "${EROOT}/etc/runlevels/shutdown/zfs-shutdown" + rm "${EROOT}etc/runlevels/shutdown/zfs-shutdown" fi } |