# fss-0002

main:
  ./configure FORCE_UNSAFE_CONFIGURE=1 $CONF $DOCDIR
  sed -i -e 's|#define HAVE_ICONV 1||' config.h
  sed -i -e 's|#define ICONV_CONST||' config.h
  sed -i -e '/LIBICONV = /d' Makefile */Makefile
  sed -i -e '/LTLIBICONV = /d' Makefile */Makefile
  sed -i -e 's|\-liconv||g' Makefile */Makefile
  echo "#define __USE_ATFILE 1" >> config.h
  make
  make install
  chgrp e_archive /bin/tar
  chmod o-rx /bin/tar
  rm -Rf /lib/rmt
  tkis_handle_documentation info standard /share/info
  rm -Rf /share/locale/
