Skip to content

Commit

Permalink
app-vim/airline: don't show removed files
Browse files Browse the repository at this point in the history
  • Loading branch information
radhermit committed Apr 29, 2016
1 parent 46e5e7d commit 1d0b5c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app-vim/airline/airline-0.7.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ VIM_PLUGIN_HELPFILES="${PN}.txt"

src_prepare() {
# remove unwanted files
rm -rv t Gemfile Rakefile LICENSE README* || die
rm -r t Gemfile Rakefile LICENSE README* || die
}
2 changes: 1 addition & 1 deletion app-vim/airline/airline-0.8.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ VIM_PLUGIN_HELPFILES="${PN}.txt"

src_prepare() {
# remove unwanted files
rm -rv t Gemfile Rakefile LICENSE README* || die
rm -r t Gemfile Rakefile LICENSE README* || die
}
2 changes: 1 addition & 1 deletion app-vim/airline/airline-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ VIM_PLUGIN_HELPFILES="${PN}.txt"

src_prepare() {
# remove unwanted files
rm -rf t Gemfile Rakefile LICENSE README*
rm -r t Gemfile Rakefile LICENSE README* || die
}

0 comments on commit 1d0b5c1

Please sign in to comment.