Installed size is in kb

This commit is contained in:
Jamie Cameron
2007-08-30 16:50:27 +00:00
parent 455d0692a0
commit 87e78f19ad

View File

@@ -87,7 +87,7 @@ system("cd $usr_dir && chmod -R og-w .");
if ($< == 0) {
system("cd $usr_dir && chown -R root:bin .");
}
$size = int(`du -sk $tmp_dir`) * 1024;
$size = int(`du -sk $tmp_dir`);
# Create the control file
open(CONTROL, ">$control_file");