summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <patrick.mclean@sony.com>2019-03-21 10:05:08 -0700
committerPatrick McLean <chutzpah@gentoo.org>2019-03-21 10:15:13 -0700
commit6dcbe3944593b5292b754feaf4eabd4001298002 (patch)
tree79319965481ac09a6b0335b2eacd2e4b38a08157 /sys-cluster
parentx11-apps/mkfontscale: Version bump to 1.2.1 (diff)
downloadgentoo-6dcbe3944593b5292b754feaf4eabd4001298002.tar.gz
gentoo-6dcbe3944593b5292b754feaf4eabd4001298002.tar.bz2
gentoo-6dcbe3944593b5292b754feaf4eabd4001298002.zip
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@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/ceph/ceph-14.2.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
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() {