[Libreoffice-commits] .: Branch 'libreoffice-3-3' - bin/install-artwork

Tor Lillqvist tml at kemper.freedesktop.org
Tue Nov 16 02:34:27 PST 2010


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

New commits:
commit e3d867d748edcbc87589600f8be89e65fb7d7017
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