From ee829d6032abbb5b9265819e8a346a6c157d7c84 Mon Sep 17 00:00:00 2001 From: Sven Wegener Date: Tue, 31 Oct 2017 15:07:02 +0000 Subject: [PATCH] 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 --- app-misc/tmux/tmux-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/tmux/tmux-9999.ebuild b/app-misc/tmux/tmux-9999.ebuild index 9e06490e5cc94..56c460fec6f13 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