From 6dcbe3944593b5292b754feaf4eabd4001298002 Mon Sep 17 00:00:00 2001 From: Patrick McLean Date: Thu, 21 Mar 2019 10:05:08 -0700 Subject: [PATCH] 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 --- sys-cluster/ceph/ceph-14.2.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- 2.26.2