diff options
author | Jeremy Katz <katzj@redhat.com> | 2006-06-13 16:03:29 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2006-06-13 16:03:29 +0000 |
commit | 612a326774fe1a2673b0f9029d67be18d8b194ba (patch) | |
tree | d80b391f492aa5cdf9484047a36a29b2ba25d86a /scripts/mk-images | |
parent | 89df399c63d1d15e4b92c2a359b3228df6fb1561 (diff) | |
download | anaconda-612a326774fe1a2673b0f9029d67be18d8b194ba.tar.gz anaconda-612a326774fe1a2673b0f9029d67be18d8b194ba.tar.xz anaconda-612a326774fe1a2673b0f9029d67be18d8b194ba.zip |
2006-06-13 Jeremy Katz <katzj@redhat.com>
* scripts/mk-images (tty): I will learn to type someday.
Diffstat (limited to 'scripts/mk-images')
-rwxr-xr-x | scripts/mk-images | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images b/scripts/mk-images index 675cf47ab..b9ca1494b 100755 --- a/scripts/mk-images +++ b/scripts/mk-images @@ -497,7 +497,7 @@ EOF done 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/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 mkdir -p $MBD_DIR/usr/$LIBDIR |