--- vim-spell.eclass.orig 2009-04-05 22:56:57.000000000 +0000 +++ vim-spell.eclass 2009-04-05 22:57:39.000000000 +0000 @@ -85,8 +85,10 @@ had_spell_file= for f in *.spl *.sug ; do - doins "${f}" - had_spell_file="yes" + if [ -f "${f}" ]; then + doins "${f}" + had_spell_file="yes" + fi done for f in README* ; do