[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

CVS:oo-debian-files/doc README.Debian,1.26,1.27



Update of /cvs/debian-openoffice/oo-debian-files/doc
In directory gluck:/tmp/cvs-serv20344

Modified Files:
	README.Debian 
Log Message:
Make strace command for setup crash with corrupted font actually work..


Index: README.Debian
===================================================================
RCS file: /cvs/debian-openoffice/oo-debian-files/doc/README.Debian,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- README.Debian	2 Oct 2003 17:38:00 -0000	1.26
+++ README.Debian	2 Oct 2003 17:59:36 -0000	1.27
@@ -164,7 +164,7 @@
 2. You may have a font that causes setup to crash.  Run this command to find out
 which was the last font that setup tried to read:
 
-  cd /usr/lib/openoffice/program; (LD_LIBRARY_PATH=. strace ./setup.bin 2>&1) | grep open | grep .ttf | tail
+  cd /usr/lib/openoffice/program; LD_LIBRARY_PATH=. strace ./setup.bin 2>&1 | grep "open(.*ttf" | tail
 
 You will see something like:
 



Reply to: