TONG_DIR=/usr/share/games/$SPELL                     &&
install  -d  -m  755  -o  root  -g  games $TONG_DIR  &&
chown  -R  root:games  *                             &&
cp  -r  media  $TONG_DIR                             &&
cp  tong       $TONG_DIR                             &&
install  -m  755  -o  root  -g  games                \
  $SCRIPT_DIRECTORY/tong  /usr/games
