[Libreoffice-commits] .: bin/piece

Fridrich Strba fridrich at kemper.freedesktop.org
Sun Oct 10 01:49:45 PDT 2010


 bin/piece/unpack-extras |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit d6b0e81c9a734d30552dde5c33b6d541d2e46450
Author: Niko Rönkkö <ronkko at iki.fi>
Date:   Sun Oct 10 10:48:58 2010 +0200

    Remove remaining gnu-ism

diff --git a/bin/piece/unpack-extras b/bin/piece/unpack-extras
index 8baf33e..9a37f47 100755
--- a/bin/piece/unpack-extras
+++ b/bin/piece/unpack-extras
@@ -4,8 +4,8 @@ TOOLSDIR=$1
 OOBUILDDIR=$2
 
 echo "Copying default evolution database into tree"
-$GNUCP -f $TOOLSDIR/src/evolocal.odb $OOBUILDDIR/extras/source/database || exit 1;
+cp -f $TOOLSDIR/src/evolocal.odb $OOBUILDDIR/extras/source/database || exit 1;
 
 echo "Copying custom user-dicts into tree"
 [ -d $OOBUILDDIR/extras/source/wordbook ] || mkdir -p $OOBUILDDIR/extras/source/wordbook
-$GNUCP -f $TOOLSDIR/src/*.dic $OOBUILDDIR/extras/source/wordbook || exit 1;
+cp -f $TOOLSDIR/src/*.dic $OOBUILDDIR/extras/source/wordbook || exit 1;


More information about the Libreoffice-commits mailing list