diff options
author | Matt Wilson <msw@redhat.com> | 2001-03-19 19:56:59 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-03-19 19:56:59 +0000 |
commit | c54234dcc7f4464c003c20280fb22d3bb301071a (patch) | |
tree | 0816349af61f22f23c2af3133222346c76093937 /scripts | |
parent | e455ca4d321748a35a5c828829b381cac56d4bd5 (diff) | |
download | anaconda-c54234dcc7f4464c003c20280fb22d3bb301071a.tar.gz anaconda-c54234dcc7f4464c003c20280fb22d3bb301071a.tar.xz anaconda-c54234dcc7f4464c003c20280fb22d3bb301071a.zip |
typo
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 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 |