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

Caolán McNamara caolanm at redhat.com
Thu Nov 11 12:55:30 PST 2010


On Thu, 2010-11-11 at 21:32 +0100, Robert Nagy wrote:
> -	tar -C $src/layout --exclude=.svn -cf- default_images ooo_custom_images | tar -C $dest -xf-
> +	${TAR} -C $src/layout --exclude=.svn -cf- default_images ooo_custom_images | tar -C $dest -xf-

Want to replace the other tar at the end of the line while you're at
it ? rather than mix two tars, not that I guess it really matters.

C.



More information about the LibreOffice mailing list