Skip to content

Commit c2a5cec

Browse files
committed
fix(deps): update ocelot document files
1 parent 37bc8b5 commit c2a5cec

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

deps/ocelot-nightly/INSTALL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@ the following instructions run as _root_ uninstall any previous installation of
6060
32-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

6565
To 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
7373
objects, and the `-d` option to `cp` above preserves them.
7474

deps/ocelot-nightly/LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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`)
4848
the following copyright applies:
4949

50-
Copyright (C) 2009-2014 by Jun Woong.
50+
Copyright (C) 2009-2014 by Woong Jun.
5151

5252
The package was written so as to conform with the Standard C published by ISO
5353
9899:1990 and ISO 9899:1999.

0 commit comments

Comments
 (0)