cp -f compress   $INSTALL_ROOT/usr/bin/compress.real   &&
cp -f zcmp       $INSTALL_ROOT/usr/bin/zcmp.real       &&
cp -f zdiff      $INSTALL_ROOT/usr/bin/zdiff.real      &&
cp -f zmore      $INSTALL_ROOT/usr/bin/zmore.real      &&
cp -f compress.1 $INSTALL_ROOT/usr/man/man1/compress.real.1 &&
cp -f zcmp.1     $INSTALL_ROOT/usr/man/man1/zcmp.real.1     &&
cp -f zmore.1    $INSTALL_ROOT/usr/man/man1/zmore.real.1    &&
ln -sf $TRACK_ROOT/usr/bin/compress.real $INSTALL_ROOT/usr/bin/uncompress.real

