summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2006-06-14 04:39:14 +0000
committerJeremy Katz <katzj@redhat.com>2006-06-14 04:39:14 +0000
commit188f8e811b6da1e53aae48f9066d6279a70f9396 (patch)
treea1b3ac29b189e402f5c3187b8f013ae85262bf08 /scripts
parentbae7082c4024e57090288b6a2b0caebf9e24bc86 (diff)
downloadanaconda-188f8e811b6da1e53aae48f9066d6279a70f9396.tar.gz
anaconda-188f8e811b6da1e53aae48f9066d6279a70f9396.tar.xz
anaconda-188f8e811b6da1e53aae48f9066d6279a70f9396.zip
2006-06-14 Jeremy Katz <katzj@redhat.com>
* anaconda.spec: Bump version. * scripts/mk-images: More trying to fix s390...
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mk-images2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images b/scripts/mk-images
index 297e16431..ebb423a71 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