[Libreoffice-commits] .: bin/install-artwork

Tor Lillqvist tml at kemper.freedesktop.org
Tue Nov 16 03:50:54 PST 2010


 bin/install-artwork |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit efa9bf52a97a8429f09b7189813c3704e08273b2
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Tue Nov 16 12:32:50 2010 +0200

    Help bin/install-artwork find the bin/setup file

diff --git a/bin/install-artwork b/bin/install-artwork
index cbb314d..7a0630c 100755
--- a/bin/install-artwork
+++ b/bin/install-artwork
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-. ./setup
+. `dirname $0`/setup
 
 # installs artwork, opportunistically from src to dest
 


More information about the Libreoffice-commits mailing list