From 08a42bc53a51b20902a8e8b72f67d3e8ca809326 Mon Sep 17 00:00:00 2001 From: "jj%netscape.com" Date: Tue, 2 May 2000 03:46:17 +0000 Subject: [PATCH] adding directory creation to complete rjc's checkin --- build/mac/Moz.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/build/mac/Moz.pm b/build/mac/Moz.pm index eed03b29bbe1..83c85e229a71 100644 --- a/build/mac/Moz.pm +++ b/build/mac/Moz.pm @@ -389,6 +389,7 @@ sub InstallResources($;$;$) my ($manifest_file, $dest_dir, $copy_files) = @_; $dest_dir ||= ":"; + mkpath($dest_dir) if !-d $dest_dir; $manifest_file =~ m/(.+):/; my $source_dir = $1;