summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Yao <ryao@gentoo.org>2015-09-11 17:53:45 -0400
committerRichard Yao <ryao@gentoo.org>2015-09-11 17:53:45 -0400
commit0c67ce6aa22247e600f9f62fc208d00198132aa4 (patch)
tree887e745cb3697191f128bd91da563b35269e95eb /sys-fs/zfs/zfs-0.6.0_rc13-r2.ebuild
parentsys-auth/yubikey-personalization-gui: Version bump (diff)
downloadgentoo-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-0.6.0_rc13-r2.ebuild')
-rw-r--r--sys-fs/zfs/zfs-0.6.0_rc13-r2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-fs/zfs/zfs-0.6.0_rc13-r2.ebuild b/sys-fs/zfs/zfs-0.6.0_rc13-r2.ebuild
index ef49fd86683c..1e30b5895c69 100644
--- a/sys-fs/zfs/zfs-0.6.0_rc13-r2.ebuild
+++ b/sys-fs/zfs/zfs-0.6.0_rc13-r2.ebuild
@@ -104,13 +104,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
}