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é
Context
   
 
  Privacy Policy |
  
Impressum (Legal Info) |
  
Copyright information: Unless otherwise specified, all text and images
  on this website are licensed under the
  
Creative Commons Attribution-Share Alike 3.0 License.
  This does not include the source code of LibreOffice, which is
  licensed under the Mozilla Public License (
MPLv2).
  "LibreOffice" and "The Document Foundation" are
  registered trademarks of their corresponding registered owners or are
  in actual use as trademarks in one or more countries. Their respective
  logos and icons are also subject to international copyright laws. Use
  thereof is explained in our 
trademark policy.