[Libreoffice-commits] .: g

Michael Meeks mmeeks at kemper.freedesktop.org
Fri Jan 21 03:29:57 PST 2011


 g |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 88fd87f21e846e4714640d714e835d839268676d
Author: Michael Meeks <michael.meeks at novell.com>
Date:   Fri Jan 21 11:27:41 2011 +0000

    don't use -f flag if we just removed the existing link, thanks Florian

diff --git a/g b/g
index 1cceacd..97c9da5 100755
--- a/g
+++ b/g
@@ -251,7 +251,7 @@ for REPO in $DIRS ; do
 				    echo -n "re-"
 			        fi
                                 echo "creating missing link $link $DIR/$link -> $RAWBUILDDIR/$link"
-                                ln -sf "$DIR/$link" "$RAWBUILDDIR/$link"
+                                ln -s "$DIR/$link" "$RAWBUILDDIR/$link"
                             fi
                         done
 		    fi


More information about the Libreoffice-commits mailing list