commit: 6dcbe3944593b5292b754feaf4eabd4001298002
Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
AuthorDate: Thu Mar 21 17:05:08 2019 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Thu Mar 21 17:15:13 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dcbe394
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 <chutzpah <AT> gentoo.org>
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 8a6796f810f..2e9f40a55ba 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() {