*** Build.pm Tue Mar 15 07:03:59 2005 --- Build.pm~ Tue Oct 12 06:49:44 2004 *************** *** 560,573 **** } $this->cp("$tmpdir/".$this->{data_twiki_module}.".txt", "$basedir/$project.txt"); - use Cwd; - my $pwd = cwd(); $this->cd($tmpdir); $this->sys_action("zip -r -q $project.zip *"); $this->sys_action("mv $tmpdir/$project.zip $basedir/$project.zip"); print "Release ZIP is $basedir/$project.zip\n"; print "Release TOPIC is $basedir/$project.txt\n"; - $this->cd($pwd); $this->sys_action("rm -rf $tmpdir"); } --- 560,570 ----