Commit 920bd62d authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

libnsl libraries should reside in /lib for availability

parent 1c71b0c5
......@@ -4,4 +4,6 @@ all:
cd libnsl-1.2.0 && ./configure --sysconfdir=/etc
$(MAKE) -C libnsl-1.2.0
$(MAKE) -C libnsl-1.2.0 install
mv /usr/lib/libnsl.so.2* /lib
ln -sfv ../../lib/libnsl.so.2.0.0 /usr/lib/libnsl.so
rm -rf libnsl-1.2.0
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment