diff options
Diffstat (limited to 'sys-fs/zfs/zfs-0.6.1-r4.ebuild')
-rw-r--r-- | sys-fs/zfs/zfs-0.6.1-r4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-fs/zfs/zfs-0.6.1-r4.ebuild b/sys-fs/zfs/zfs-0.6.1-r4.ebuild index 3f8d9e918384..31a1ee0a8e62 100644 --- a/sys-fs/zfs/zfs-0.6.1-r4.ebuild +++ b/sys-fs/zfs/zfs-0.6.1-r4.ebuild @@ -135,13 +135,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 } |