[Libreoffice-commits] .: bin/install-artwork
Robert Nagy
rnagy at kemper.freedesktop.org
Sat Nov 13 05:01:45 PST 2010
bin/install-artwork | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
New commits:
commit ef57e0668c2171036759f244a8bb6b6cc753f594
Author: Robert Nagy <robert at openbsd.org>
Date: Sat Nov 13 14:01:18 2010 +0100
source setup and use ${GNUTAR} instead of tar.
diff --git a/bin/install-artwork b/bin/install-artwork
index 7695e4a..cbb314d 100755
--- a/bin/install-artwork
+++ b/bin/install-artwork
@@ -1,5 +1,7 @@
#!/bin/sh
+. ./setup
+
# installs artwork, opportunistically from src to dest
src=$1
@@ -43,7 +45,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-
# Extra command images
cp -f $src/icons/*.png $dest/default_images/res/commandimagelist/ || exit 1
More information about the Libreoffice-commits
mailing list