summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index afc847855..fcd4768d8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -81,7 +81,7 @@ slackbuild:
STRINGS=$(shell which -- "${CHOST}-strings" 2>/dev/null || which strings 2>/dev/null || false)
install-exec-hook:
- find $(top_srcdir) -name \*.so | \
+ find $(top_builddir) -name \*.so | \
xargs $(STRINGS) | \
egrep '^([-a-z]+/[-+.a-z0-9]+:[^:]+:[^;]+;[ \t]*)+' | \
sed -e 's/:[^;]\+;/\n/g' | \