From: Patrick McLean Date: Thu, 21 Mar 2019 17:05:08 +0000 (-0700) Subject: sys-cluster/ceph: Fix python sed in src_install in 4.2.0-r1 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6dcbe3944593b5292b754feaf4eabd4001298002;p=gentoo.git sys-cluster/ceph: Fix python sed in src_install in 4.2.0-r1 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Patrick McLean --- diff --git a/sys-cluster/ceph/ceph-14.2.0-r1.ebuild b/sys-cluster/ceph/ceph-14.2.0-r1.ebuild index 8a6796f810f2..2e9f40a55bae 100644 --- a/sys-cluster/ceph/ceph-14.2.0-r1.ebuild +++ b/sys-cluster/ceph/ceph-14.2.0-r1.ebuild @@ -324,7 +324,7 @@ src_install() { # python_fix_shebang apparently is not idempotent sed -i -r 's:(/usr/lib/python-exec/python[0-9]\.[0-9]/python)[0-9]\.[0-9]:\1:' \ - "${ED}"/usr/sbin/{mount.fuse.ceph,ceph-volume{,-systemd}} || die "sed failed" + "${ED}"/usr/sbin/{mount.*,ceph-volume{,-systemd}} || die "sed failed" } pkg_postinst() {