summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2019-11-12 10:02:26 +0100
committerLars Wendler <polynomial-c@gentoo.org>2019-11-12 10:02:26 +0100
commit96404d74babf2ac8494111d21648ac8ceb6ce9d2 (patch)
tree5c00ff7424d33cb32e14f5c17155cd237f889d4e /sys-devel/automake/automake-1.16.1-r2.ebuild
parentapp-admin/keepassxc: Bump to version 2.5.1 (diff)
downloadgentoo-96404d74babf2ac8494111d21648ac8ceb6ce9d2.tar.gz
gentoo-96404d74babf2ac8494111d21648ac8ceb6ce9d2.tar.bz2
gentoo-96404d74babf2ac8494111d21648ac8ceb6ce9d2.zip
sys-devel/automake: Don't fail if rm fails
Closes: https://bugs.gentoo.org/699932 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'sys-devel/automake/automake-1.16.1-r2.ebuild')
-rw-r--r--sys-devel/automake/automake-1.16.1-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/automake/automake-1.16.1-r2.ebuild b/sys-devel/automake/automake-1.16.1-r2.ebuild
index 70e1fed3e379..75cccbd31b41 100644
--- a/sys-devel/automake/automake-1.16.1-r2.ebuild
+++ b/sys-devel/automake/automake-1.16.1-r2.ebuild
@@ -72,7 +72,7 @@ src_prepare() {
# to depend on texinfo to regen things. #464146 (among others)
slot_info_pages() {
pushd "${ED}"/usr/share/info >/dev/null || die
- rm dir || die
+ rm -f dir
# Rewrite all the references to other pages.
# before: * aclocal-invocation: (automake)aclocal Invocation. Generating aclocal.m4.