# fss-0002

main:
  ./configure $CONF
  make
  mkdir -vp ${documentation_directory}man/man1
  make install
  tkis_local_push program linux
  make
  cp -v {fsck,mkfs}.hfs /sbin/
  tkis_local_pop
  chgrp e_partition /sbin/mkfs.hfs
  chgrp e_checkfs /bin/h{attrib,vol} /sbin/fsck.hfs
  chgrp e_mount /bin/h{mount,umount}
  chmod o-rx /sbin/mkfs.hfs
  chmod o-rx /bin/h{attrib,vol} /sbin/fsck.hfs
  chmod o-rx /bin/h{mount,umount}
  rm -vf /bin/h{cd,copy,del,dir,format,ls,mkdir,pwd,rename,rmdir}
