From: Sven Wegener Date: Tue, 31 Oct 2017 15:07:02 +0000 (+0000) Subject: app-misc/tmux: Use rm -f X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ee829d6032abbb5b9265819e8a346a6c157d7c84;p=gentoo.git app-misc/tmux: Use rm -f aclocal.m4 does not exist for the live ebuild Package-Manager: Portage-2.3.8, Repoman-2.3.4 --- diff --git a/app-misc/tmux/tmux-9999.ebuild b/app-misc/tmux/tmux-9999.ebuild index 9e06490e5cc9..56c460fec6f1 100644 --- a/app-misc/tmux/tmux-9999.ebuild +++ b/app-misc/tmux/tmux-9999.ebuild @@ -54,7 +54,7 @@ src_prepare() { replace-flags -Os -O2 # regenerate aclocal.m4 to support earlier automake versions - rm aclocal.m4 || die + rm -f aclocal.m4 || die default eautoreconf