summaryrefslogtreecommitdiffstats
path: root/scripts/mk-images
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2006-06-13 16:03:29 +0000
committerJeremy Katz <katzj@redhat.com>2006-06-13 16:03:29 +0000
commit612a326774fe1a2673b0f9029d67be18d8b194ba (patch)
treed80b391f492aa5cdf9484047a36a29b2ba25d86a /scripts/mk-images
parent89df399c63d1d15e4b92c2a359b3228df6fb1561 (diff)
downloadanaconda-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-xscripts/mk-images2
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