
20 Oct
2006
20 Oct
'06
6:15 p.m.
Hi
-- line 133 replaced with these two system calls
system $ unwords ["tar -C", tmpDir, "-cf", tarBallFilePath, nameVersion pkg_descr] system $ unwords ["gzip -9", tarBallFilePath]
What was the original line here? And why are tar and gzip being used, when a much more "windows" thing to do would be to create a .zip file - although I guess thats not what people want. Thanks Neil