--- scripts/mk-images | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/mk-images b/scripts/mk-images index bd24a23..046933d 100755 --- a/scripts/mk-images +++ b/scripts/mk-images @@ -396,7 +396,7 @@ instbin() { ln -s $linker ld-linux.so.2 fi popd - if [ "$BUILDARCH" = "s390x" ]; then + if [ "$BUILDARCH" = "s390x" -a ! -h $DIR/lib/ld64.so.1 ]; then pushd $DIR/lib ln -s ../$LIBDIR/ld64.so.1 popd -- 1.6.2.2 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list