Skip to content

Commit

Permalink
app-misc/tmux: Use rm -f
Browse files Browse the repository at this point in the history
aclocal.m4 does not exist for the live ebuild

Package-Manager: Portage-2.3.8, Repoman-2.3.4
  • Loading branch information
swegener committed Oct 31, 2017
1 parent 4b45802 commit ee829d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-misc/tmux/tmux-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ee829d6

Please sign in to comment.