summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xlddd2
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)