summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2006-06-14 14:33:22 +0000
committerJeremy Katz <katzj@redhat.com>2006-06-14 14:33:22 +0000
commit0c23fff24249dc8cb50ed8df8aa803980c8973b3 (patch)
tree1272f1a3ae1f3bbc0b8d76a283f6bad9ee2d800c /scripts
parent2fedd8217d60a6e3c1620bc303245e3d2c0c7544 (diff)
downloadanaconda-0c23fff24249dc8cb50ed8df8aa803980c8973b3.tar.gz
anaconda-0c23fff24249dc8cb50ed8df8aa803980c8973b3.tar.xz
anaconda-0c23fff24249dc8cb50ed8df8aa803980c8973b3.zip
2006-06-14 Jeremy Katz <katzj@redhat.com>
* scripts/mk-images: More attempts at the s390...
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mk-images4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/mk-images b/scripts/mk-images
index ebb423a71..d1b361ad9 100755
--- a/scripts/mk-images
+++ b/scripts/mk-images
@@ -496,9 +496,9 @@ EOF
if [ -e $lib ]; then cp -df $lib $MBD_DIR/$LIBDIR/ ; fi
done
- if [ -e $IMGPATH/lib/ld64.so* ]; then cp -df $IMGPATH/lib/ld64.so.* $MBD_DIR/lib/ ; fi
+ if [ -e $IMGPATH/lib/ld64.so* ]; then cp -df $IMGPATH/lib/ld64.so* $MBD_DIR/lib/ ; fi
if [ -e $IMGPATH/lib/ld-*.so ]; then cp -df $IMGPATH/lib/ld-*.so $MBD_DIR/lib/ ; fi
- if [ -e $IMGPATH/lib64/ld64.so* ]; then cp -df $IMGPATH/lib64/ld64.so.* $MBD_DIR/lib/ ; fi
+ if [ -e $IMGPATH/lib64/ld64.so* ]; then cp -df $IMGPATH/lib64/ld64.so* $MBD_DIR/lib64/ ; fi
mkdir -p $MBD_DIR/usr/$LIBDIR
for lib in $IMGPATH/usr/$LIBDIR/libkrb5.so* \