diff options
author | David Spencer <baildon.research@googlemail.com> | 2016-04-16 14:21:05 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-04-19 22:47:49 +0700 |
commit | f7308a3f13fe61ba6fd3aa3ce6dd1726c761cb0c (patch) | |
tree | 45d2e5c0b6fc0908786986621201dc318a20b92a /academic/root/doinst.sh | |
parent | d8957c2de20aa1b68e2c49d5992acb82cb31544f (diff) | |
download | slackbuilds-f7308a3f13fe61ba6fd3aa3ce6dd1726c761cb0c.tar.gz |
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.
Diffstat (limited to 'academic/root/doinst.sh')
-rw-r--r-- | academic/root/doinst.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/academic/root/doinst.sh b/academic/root/doinst.sh index 7a4c9ed06a..2346641304 100644 --- a/academic/root/doinst.sh +++ b/academic/root/doinst.sh @@ -1,4 +1,3 @@ if [ ! "$(grep @PREFIX@/lib@LIBDIRSUFFIX@ etc/ld.so.conf)" ]; then echo "@PREFIX@/lib@LIBDIRSUFFIX@" >> etc/ld.so.conf - /sbin/ldconfig fi |