File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -60,15 +60,15 @@ the following instructions run as _root_ uninstall any previous installation of
606032-bit builds of ` ocelot ` .
6161
6262 rm -rf /usr/local/include/cbl /usr/local/include/cdsl /usr/local/include/cel
63- rm /usr/local/lib32 /libcbl* /usr/local/lib32 /libcdsl* /usr/local/lib32 /libcel*
63+ rm /usr/local/lib /libcbl* /usr/local/lib /libcdsl* /usr/local/lib /libcel*
6464
6565To install a new 32-bit builds with their headers, run these:
6666
6767 cp -R build/include/* /usr/local/include/
68- cp -d build/lib/* /usr/local/lib32 /
68+ cp -d build/lib/* /usr/local/lib /
6969 ldconfig
7070
71- where it is assumed that ld.so.conf has ` /usr/local/lib32 ` in it. ` ocelot ` 's
71+ where it is assumed that ld.so.conf has ` /usr/local/lib ` in it. ` ocelot ` 's
7272` Makefile ` is configured to kindly create necessary soft-links to shared
7373objects, and the ` -d ` option to ` cp ` above preserves them.
7474
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ To parts I added or modified and the libraries I wrote from the scratch
4747(configuration file library, ` cel/conf ` and option parsing library, ` cel/opt ` )
4848the following copyright applies:
4949
50- Copyright (C) 2009-2014 by Jun Woong.
50+ Copyright (C) 2009-2014 by Woong Jun .
5151
5252The package was written so as to conform with the Standard C published by ISO
53539899:1990 and ISO 9899:1999.
You can’t perform that action at this time.
0 commit comments