diff options
author | Bill Nottingham <notting@redhat.com> | 2001-01-16 22:17:01 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2001-01-16 22:17:01 +0000 |
commit | ea4a2c4ea59e2397825f05a0bc939affafef764b (patch) | |
tree | 83c180c611a8eecbc0deb662c46a237f59d1e6da | |
parent | 5f9cf07744766fd027f03aa771046d1a144f3b67 (diff) | |
download | anaconda-ea4a2c4ea59e2397825f05a0bc939affafef764b.tar.gz anaconda-ea4a2c4ea59e2397825f05a0bc939affafef764b.tar.xz anaconda-ea4a2c4ea59e2397825f05a0bc939affafef764b.zip |
blah, I hate typos
-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 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 |