# fss-0002

main:
  tkis_local_push program squashfs-tools
  sed -i -e 's|#XZ_SUPPORT = 1|XZ_SUPPORT = 1|' Makefile
  sed -i -e  's|attr/xattr.h|sys/xattr.h|g' xattr.c unsquashfs_xattr.c
  make
  cp -v mksquashfs unsquashfs ${TO}bin/
  tkis_local_pop
