# fss-0002

main:
  ./configure $CONF --enable-threads --enable-64bit --with-tcl=${TC}lib --with-tclinclude=${TC}include
  make
  make install
  mv -v /lib/Oratcl* /lib/tcl?.?/
  chgrp e_tcl -R /lib/tcl?.?/Oratcl*
  chmod o-rx -R /lib/tcl?.?/Oratcl*
  find /lib/tcl?.?/ -type d -exec chmod g+s '{}' ';'
