# fss-0002

main:
  sed -i -e 's|which|type -p|g' configure
  ./configure
  make
  make install
  chgrp e_spell -R /share/aspell
  chmod o-rx -R /share/aspell
