From eb497fd02a1681aadf534a02e49a080c20fa3863 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Mon, 13 Feb 2006 13:13:46 +0000 Subject: [PATCH] - fix bashizm in build-galleries script Changed files: openoffice.org-bashizm.patch -> 1.1 --- openoffice.org-bashizm.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 openoffice.org-bashizm.patch diff --git a/openoffice.org-bashizm.patch b/openoffice.org-bashizm.patch new file mode 100644 index 0000000..dea6e59 --- /dev/null +++ b/openoffice.org-bashizm.patch @@ -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 -- 2.44.0