A few note about the AquaBuild wiki page.
1. The script extract_aquavcl02.sh doesn't rename the directories as
inteded, the script should look like this:
#!/bin/bash
list="basic desktop dtrans freetype instsetoo_native padmin scp2
solenv svtools vcl"
for i in ${list} ; do
mv ${i} ${i}_m221
cvs -z3 co -r cws_src680_aquavcl02 ${i}
done
I know, most of us leave the curly braces out, but in this case, the
second paramater of mv, they are required.
2. The following url doesn't work correctly:
"if you run into trouble with --dlv_switch (see: 77360
<http://qa.openoffice.org/issues/show_bug.cgi?id=77360%7Cissue>)"
(this line is shown twice, Mac Intel/On PowerPC)
The link actualy reads
http://qa.openoffice.org/issues/show_bug.cgi?id=77360|issue
The link schould read
http://qa.openoffice.org/issues/show_bug.cgi?id=77360
Regards,
Martin Borgman