diff options
author | 2024-09-24 23:06:58 +0100 | |
---|---|---|
committer | 2024-09-24 23:06:58 +0100 | |
commit | 9a3e9d68d422d4843551f7660765da867b21592b (patch) | |
tree | 165c5d18e71f853695841f88eece9ad594072584 /app-containers | |
parent | app-containers/containerd: bump to 1.7.22 (diff) | |
download | gentoo-9a3e9d68d422d4843551f7660765da867b21592b.tar.gz gentoo-9a3e9d68d422d4843551f7660765da867b21592b.tar.bz2 gentoo-9a3e9d68d422d4843551f7660765da867b21592b.zip |
app-containers/containerd: Fix removal of the gen-manpages binary
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'app-containers')
-rw-r--r-- | app-containers/containerd/containerd-1.7.22.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-containers/containerd/containerd-1.7.22.ebuild b/app-containers/containerd/containerd-1.7.22.ebuild index 0bd94e9e77cd..1399f6ef7ba4 100644 --- a/app-containers/containerd/containerd-1.7.22.ebuild +++ b/app-containers/containerd/containerd-1.7.22.ebuild @@ -73,7 +73,7 @@ src_compile() { } src_install() { - rm "${D}"/bin/gen-manpages + rm bin/gen-manpages || die dobin bin/* doman man/* newconfd "${FILESDIR}"/${PN}.confd "${PN}" |