summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-03-19 19:56:59 +0000
committerMatt Wilson <msw@redhat.com>2001-03-19 19:56:59 +0000
commitc54234dcc7f4464c003c20280fb22d3bb301071a (patch)
tree0816349af61f22f23c2af3133222346c76093937 /scripts
parente455ca4d321748a35a5c828829b381cac56d4bd5 (diff)
downloadanaconda-c54234dcc7f4464c003c20280fb22d3bb301071a.tar.gz
anaconda-c54234dcc7f4464c003c20280fb22d3bb301071a.tar.xz
anaconda-c54234dcc7f4464c003c20280fb22d3bb301071a.zip
typo
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 046c1592c..35f2f14de 100755
--- a/scripts/mk-images
+++ b/scripts/mk-images
@@ -684,7 +684,7 @@ makemainimage () {
rmdir $mmi_mntpoint
elif [ $type = "cramfs" ]; then
mkcramfs $IMGPATH $mmi_tmpimage
- SIZE=$(expr `cat $PS_FILE | wc -c` / 1024)
+ SIZE=$(expr `cat $mmi_tmpimage | wc -c` / 1024)
fi
if [ "$BUILDARCH" = "ia64" ]; then