# fss-0002

main:
  ./configure $CONF
  make
  make install
  chgrp e_text -R /lib/geany/ /lib/geany-plugins
  chmod o-rx -R /lib/geany/ /lib/geany-plugins
  find /lib/geany-plugins -type d -exec chmod g+s '{}' ';'
  rm -Rf /share/locale/
