mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
d09d9f85a0
(changed PREFIX from /usr to /usr/ROOT -with profile.d scripts and ld.so.conf- moved python stuff, use system libs --ponce) Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
4 lines
141 B
Bash
4 lines
141 B
Bash
if [ ! "$(grep @PREFIX@/lib@LIBDIRSUFFIX@ etc/ld.so.conf)" ]; then
|
|
echo "@PREFIX@/lib@LIBDIRSUFFIX@" >> etc/ld.so.conf
|
|
/sbin/ldconfig
|
|
fi
|