sys-cluster/ceph: Fix python sed in src_install in 4.2.0-r1
authorPatrick McLean <patrick.mclean@sony.com>
Thu, 21 Mar 2019 17:05:08 +0000 (10:05 -0700)
committerPatrick McLean <chutzpah@gentoo.org>
Thu, 21 Mar 2019 17:15:13 +0000 (10:15 -0700)
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
sys-cluster/ceph/ceph-14.2.0-r1.ebuild

index 8a6796f810f223955f76d93ce69935ee2fbb3aee..2e9f40a55bae6a40b4f3631d1521f0ab0a434648 100644 (file)
@@ -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() {