From d2538fba2160d81ed76482cc0d961e3d85a91f54 Mon Sep 17 00:00:00 2001 From: Kevin Koch Date: Sun, 1 Apr 2007 03:28:07 +0000 Subject: Correct directory structure in zip files Make main config file match today's usage & implementation wrt /sign. Clean staging area before using it. Just clean output area instead of removing it. Clean ziptemp area after each zip. Target_Version: 1.6.1 Ticket: 5490 Tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19370 dc483132-0cff-0310-8789-dd5450dbe970 --- src/windows/build/makeZip.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/windows/build/makeZip.pl') diff --git a/src/windows/build/makeZip.pl b/src/windows/build/makeZip.pl index e54f5a8316..a805b74538 100644 --- a/src/windows/build/makeZip.pl +++ b/src/windows/build/makeZip.pl @@ -57,7 +57,7 @@ sub makeZip { # because the CopyList's Config might contain substitution tags. $zip->{CopyList}->{Config}->{FileStem}->{name} = $config->{Stages}->{PostPackage}->{Config}->{FileStem}->{name}; $zip->{CopyList}->{Config}->{From}->{root} = "$src\\pismere"; ## Add zip-specific config settings. - $zip->{CopyList}->{Config}->{To}->{root} = "$ziptemp\\$zip->{topdir}"; + $zip->{CopyList}->{Config}->{To}->{root} = $ziptemp; copyFiles($zip->{CopyList}, $config); # Drop down into /ziptemp so the path to the added file won't include : chdir $ziptemp; -- cgit