summaryrefslogtreecommitdiffstats
path: root/scripts/mk-images
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2001-01-16 22:17:01 +0000
committerBill Nottingham <notting@redhat.com>2001-01-16 22:17:01 +0000
commitea4a2c4ea59e2397825f05a0bc939affafef764b (patch)
tree83c180c611a8eecbc0deb662c46a237f59d1e6da /scripts/mk-images
parent5f9cf07744766fd027f03aa771046d1a144f3b67 (diff)
downloadanaconda-ea4a2c4ea59e2397825f05a0bc939affafef764b.tar.gz
anaconda-ea4a2c4ea59e2397825f05a0bc939affafef764b.tar.xz
anaconda-ea4a2c4ea59e2397825f05a0bc939affafef764b.zip
blah, I hate typos
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 fb196018c..15ec49682 100755
--- a/scripts/mk-images
+++ b/scripts/mk-images
@@ -674,7 +674,7 @@ makemainimage () {
umount $mmi_mntpoint
if [ "$BUILDARCH" = "ia64" ]; then
- ln -s $mmi_tmpimagename $INSTIMGPATH/${imagename}.img
+ ln -s $mmi_tmpimage $INSTIMGPATH/${imagename}.img
else
cp $mmi_tmpimage $INSTIMGPATH/${imagename}.img
fi