Skip to content

Commit 824eac9

Browse files
committed
chore(INSTALL): rename lib32 to lib according to gentoo changes
1 parent 8f9d026 commit 824eac9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

0 commit comments

Comments
 (0)