[arch-projects] [devtools][PATCH 4/4] lddd: Add /usr/local/lib to library directories
8 Jul
2011
8 Jul
'11
1:36 a.m.
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> --- lddd | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lddd b/lddd index de2145c..9695c9b 100755 --- a/lddd +++ b/lddd @@ -6,7 +6,7 @@ ifs=$IFS IFS="${IFS}:" -libdirs="/lib /usr/lib $(cat /etc/ld.so.conf.d/*)" +libdirs="/lib /usr/lib /usr/local/lib $(cat /etc/ld.so.conf.d/*)" extras= TEMPDIR=$(mktemp -d /tmp/lddd-script.XXXX) -- 1.7.6
4881
Age (days ago)
4881
Last active (days ago)
0 comments
1 participants
participants (1)
-
Eric Bélanger