> diff --git a/scripts/buildinstall.functions b/scripts/buildinstall.functions > index af90070..54c7f27 100755 > --- a/scripts/buildinstall.functions > +++ b/scripts/buildinstall.functions > @@ -83,7 +83,7 @@ EOF > [ "$(/usr/sbin/chroot $root readlink -f $l)" == "$LDSO" ] && DSO_DEPS="$DSO_DEPS $l" > done > if [ "$(uname -m)" == "s390x" ]; then > - for l in $(/usr/sbin/chroot $root find /lib -maxdepth 1 -type 1 -name ld*.so*); do > + for l in $(/usr/sbin/chroot $root find /lib -maxdepth 1 -type l -name ld*.so*); do > [ "$(/usr/sbin/chroot $root readlink -f $l)" == "$LDSO" ] && DSO_DEPS="$DSO_DEPS $l" > done > fi Good catch. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list