diff options
Diffstat (limited to 'sys-fs/multipath-tools/multipath-tools-0.6.2-r2.ebuild')
-rw-r--r-- | sys-fs/multipath-tools/multipath-tools-0.6.2-r2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-fs/multipath-tools/multipath-tools-0.6.2-r2.ebuild b/sys-fs/multipath-tools/multipath-tools-0.6.2-r2.ebuild index 4d9b9afbec59..5f0ffa783287 100644 --- a/sys-fs/multipath-tools/multipath-tools-0.6.2-r2.ebuild +++ b/sys-fs/multipath-tools/multipath-tools-0.6.2-r2.ebuild @@ -28,6 +28,7 @@ S="${WORKDIR}/${PN}-${COMMIT_ID:0:7}" PATCHES=( "${FILESDIR}"/${PN}-0.6.2-makefile.patch + "${FILESDIR}"/${PN}-0.6.2-ignore-modprobe-failures.patch ) get_systemd_pv() { @@ -56,8 +57,6 @@ src_install() { newinitd "${FILESDIR}"/rc-multipathd multipathd newinitd "${FILESDIR}"/multipath.rc multipath - sed -i 's|ExecStartPre=/|ExecStartPre=-/|g' "${D}"/usr/lib/systemd/system/multipathd.service || die - dodoc README ChangeLog } |