[Libreoffice] [PATCH] use the correct tar binary on OpenBSD

Sebastian Spaeth Sebastian at SSpaeth.de
Fri Nov 12 00:44:02 PST 2010


On Thu, 11 Nov 2010 21:32:44 +0100, Robert Nagy <robert at openbsd.org> wrote:
> +if test "z`uname -s`" = "zOpenBSD"; then
> +	TAR=gtar
> +else
> +	TAR=tar
> +fi

Just out of curiosity. In what ways is the BSD tar different that it
breaks?

Sebastian


More information about the LibreOffice mailing list