summaryrefslogtreecommitdiffstats
path: root/scripts/buildinstall.functions
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2009-06-30 10:00:56 -0400
committerBill Nottingham <notting@redhat.com>2009-06-30 10:00:56 -0400
commit5c29d23d03353afb132f8a9869085d79d7b38dc5 (patch)
tree132b7bc3f82be6cc61e79441c23b6db44e398bbe /scripts/buildinstall.functions
parent65e2a31dcc13606f3448cf36d649556bf8aad24c (diff)
downloadanaconda-5c29d23d03353afb132f8a9869085d79d7b38dc5.tar.gz
anaconda-5c29d23d03353afb132f8a9869085d79d7b38dc5.tar.xz
anaconda-5c29d23d03353afb132f8a9869085d79d7b38dc5.zip
Make sure the library directory is always set
mk-images calls get_dso_deps as well, without a library argument. Since everything there should be of the primary arch, just set a default.
Diffstat (limited to 'scripts/buildinstall.functions')
-rwxr-xr-xscripts/buildinstall.functions1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/buildinstall.functions b/scripts/buildinstall.functions
index d1d98bf33..e978bf56b 100755
--- a/scripts/buildinstall.functions
+++ b/scripts/buildinstall.functions
@@ -11,6 +11,7 @@ get_dso_deps() {
declare -a FILES
declare -a NAMES
+ [ -z "$LDSODIR" ] && LDSODIR=$LIBDIR
# this is a hack, but the only better way requires binutils or elfutils
# be installed. i.e., we need readelf to find the interpretter.