Initial. Don't... just don't ask.
This commit is contained in:
commit
00bae13bba
586 changed files with 129057 additions and 0 deletions
8
fixldsoconf
Executable file
8
fixldsoconf
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
if [ `whoami` != root ] ; then exit 0 ; fi
|
||||
if grep -q /usr/local/lib /etc/ld.so.conf
|
||||
then
|
||||
echo > /dev/null
|
||||
else
|
||||
echo /usr/local/lib >> /etc/ld.so.conf
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue