summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2001-04-20 21:34:01 +0000
committerBill Nottingham <notting@redhat.com>2001-04-20 21:34:01 +0000
commitc206c9c31fbdfe348ffddbf974ac9eb986c49fc3 (patch)
tree1f1a253bc62c76cf70aedb573e5adcf301e0d514 /scripts
parentfd05067e4cb0c72aeb1ffe6d72a1e3270a89e5a7 (diff)
downloadanaconda-c206c9c31fbdfe348ffddbf974ac9eb986c49fc3.tar.gz
anaconda-c206c9c31fbdfe348ffddbf974ac9eb986c49fc3.tar.xz
anaconda-c206c9c31fbdfe348ffddbf974ac9eb986c49fc3.zip
remove hack
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mk-images10
1 files changed, 2 insertions, 8 deletions
diff --git a/scripts/mk-images b/scripts/mk-images
index 7489247fa..d8495504f 100755
--- a/scripts/mk-images
+++ b/scripts/mk-images
@@ -688,18 +688,12 @@ makemainimage () {
SIZE=$(expr `cat $mmi_tmpimage | wc -c` / 1024)
fi
- if [ "$BUILDARCH" = "ia64" ]; then
- ln -snf $mmi_tmpimage $INSTIMGPATH/${imagename}.img
- else
- cp $mmi_tmpimage $INSTIMGPATH/${imagename}.img
- fi
+ cp $mmi_tmpimage $INSTIMGPATH/${imagename}.img
chmod 644 $INSTIMGPATH/${imagename}.img
echo "Wrote $INSTIMGPATH/${imagename}.img (${SIZE}k)"
- if [ "$BUILDARCH" != "ia64" ]; then
- rm $mmi_tmpimage
- fi
+ rm $mmi_tmpimage
}
makedriverdisk () {