[Libreoffice] [PATCH] --exclude is gnutar

Rene Engelhard rene at debian.org
Thu Nov 4 00:50:10 PDT 2010


On Thu, Nov 04, 2010 at 01:27:06AM +0100, Robert Nagy wrote:
> diff --git a/bin/install-artwork b/bin/install-artwork
> index 7695e4a..5f1721d 100755
> --- a/bin/install-artwork
> +++ b/bin/install-artwork
> @@ -43,7 +43,7 @@ if test -d $dest/default_images; then
>  	cp $src/layout/*.png $dest/default_images/res/commandimagelist
>  	cp $src/layout/*.png $dest/ooo_custom_images/industrial/res/commandimagelist
>  	cp $src/layout/*.png $dest/ooo_custom_images/tango/res/commandimagelist
> -	tar -C $src/layout --exclude=.svn -cf- default_images ooo_custom_images | tar -C $dest -xf-
> +	$GNUTAR -C $src/layout --exclude=.svn -cf- default_images ooo_custom_images | $GNUTAR -C $dest -xf-

Is $GNUTAR even defined at that place? We don't source setup there.

Grüße/Regards,

René


More information about the LibreOffice mailing list