slackbuilds_ponce/academic/root/doinst.sh
David Spencer f7308a3f13 academic/root: Updated for version 5.34.36.
Fixes build failure with gcc-5.3 on i586.
Enabled gsl and fftw by default, since they are both in Slackware.
Moved from /usr/ROOT to /opt/ROOT.
Script cleanups.
2016-04-19 22:47:49 +07:00

3 lines
124 B
Bash

if [ ! "$(grep @PREFIX@/lib@LIBDIRSUFFIX@ etc/ld.so.conf)" ]; then
echo "@PREFIX@/lib@LIBDIRSUFFIX@" >> etc/ld.so.conf
fi