diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-26 05:45:27 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-26 05:45:27 +0200 |
commit | 19d4bb8e03f4aa1ef8d990abeec6174d6b0fadc5 (patch) | |
tree | 6b4697cac507e3a98607fb9abe20649bb1e5450c /dev-python/flit/flit-3.8.0.ebuild | |
parent | app-admin/cygwin-rebase: Remove invalid KEYWORDS (diff) | |
download | gentoo-19d4bb8e03f4aa1ef8d990abeec6174d6b0fadc5.tar.gz gentoo-19d4bb8e03f4aa1ef8d990abeec6174d6b0fadc5.tar.bz2 gentoo-19d4bb8e03f4aa1ef8d990abeec6174d6b0fadc5.zip |
dev-python/flit: Fix sed mistake
Closes: https://bugs.gentoo.org/906494
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/flit/flit-3.8.0.ebuild')
-rw-r--r-- | dev-python/flit/flit-3.8.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/flit/flit-3.8.0.ebuild b/dev-python/flit/flit-3.8.0.ebuild index 48819d18d3e4..96da544a396c 100644 --- a/dev-python/flit/flit-3.8.0.ebuild +++ b/dev-python/flit/flit-3.8.0.ebuild @@ -49,6 +49,6 @@ distutils_enable_sphinx doc \ src_prepare() { # make sure system install is used - rm -r flit-core || die + rm -r flit_core || die distutils-r1_src_prepare } |