diff options
| author | Bill Nottingham <notting@redhat.com> | 2001-01-16 22:31:53 +0000 |
|---|---|---|
| committer | Bill Nottingham <notting@redhat.com> | 2001-01-16 22:31:53 +0000 |
| commit | 8bd75393bb01917c148d1a1200f776daeba1f6be (patch) | |
| tree | 105967daa2eb4641210ecb4b50a2ae0cc72e6732 /scripts | |
| parent | 87f957977695f3e83c6edf8a7e73f557c6a391e9 (diff) | |
force the link
Diffstat (limited to 'scripts')
| -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 15ec49682..17d698b70 100755 --- a/scripts/mk-images +++ b/scripts/mk-images @@ -674,7 +674,7 @@ makemainimage () { umount $mmi_mntpoint if [ "$BUILDARCH" = "ia64" ]; then - ln -s $mmi_tmpimage $INSTIMGPATH/${imagename}.img + ln -snf $mmi_tmpimage $INSTIMGPATH/${imagename}.img else cp $mmi_tmpimage $INSTIMGPATH/${imagename}.img fi |
