Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Aug 2006 14:28:26 -0500
From:      "Charles P. Schaum" <verbo.solo@sbcglobal.net>
To:        freebsd-openoffice@freebsd.org
Subject:   corrigendum to last post
Message-ID:  <1156706906.76882.1.camel@elbereth.gateway.2wire.net>

next in thread | raw e-mail | index | archive | help
Please note corrigendum:

Post-build:

cut-----
if [ -e /usr/lib/libc_r.a.OOdeleted ]; then 
     mv /usr/lib/libc_r.a.OOdeleted libc_r.a
fi
if [ -e /usr/lib/libc_r.so.OOdeleted ]; then
     mv /usr/lib/libc_r.so.OOdeleted libc_r.so
fi
if [ -e /usr/lib/libc_r_p.a.OOdeleted ]; then
     mv /usr/lib/libc_r_p.a.OOdeleted /usr/lib/libc_r_p.a
fi
cut-----




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1156706906.76882.1.camel>