SOURCES: openoffice.org-bashizm.patch (NEW) - fix bashizm in build...

baggins baggins at pld-linux.org
Mon Feb 13 14:13:52 CET 2006


Author: baggins                      Date: Mon Feb 13 13:13:51 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix bashizm in build-galleries script

---- Files affected:
SOURCES:
   openoffice.org-bashizm.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/openoffice.org-bashizm.patch
diff -u /dev/null SOURCES/openoffice.org-bashizm.patch:1.1
--- /dev/null	Mon Feb 13 14:13:51 2006
+++ SOURCES/openoffice.org-bashizm.patch	Mon Feb 13 14:13:46 2006
@@ -0,0 +1,11 @@
+--- ooo-build-2.0.1.2/bin/build-galleries~	2006-01-25 18:34:40.000000000 +0100
++++ ooo-build-2.0.1.2/bin/build-galleries	2006-02-13 14:13:52.298627500 +0100
+@@ -81,7 +81,7 @@
+ while /bin/true; do 
+ 	if [ ! -f /tmp/.X$XDISPLAY-lock ]; then
+ 		sleep 2s
+-		/usr/X11R6/bin/Xvfb -ac :$XDISPLAY >& /dev/null &
++		/usr/X11R6/bin/Xvfb -ac :$XDISPLAY &
+ 		trap "kill $! > /dev/null 2>&1 || true" EXIT
+ 		# let server to start
+ 		sleep 10s 
================================================================


More information about the pld-cvs-commit mailing list