Lines Matching full:temp
54 print "Removing previous temp source directory (if any)...\n";
56 die "Removing previous temp source directory failed" if $?;
58 print "Making a new temp source directory...\n";
60 die "Making a new temp source directory failed" if $?;
62 print "Copying WebKit.app to temp source directory...\n";
64 die "Copying WebKit.app to temp source directory failed" if $?;
66 print "Copying Drosera.app to temp source directory...\n";
68 die "Copying Drosera.app to temp source directory failed" if $?;
74 print "Removing temp source directory...\n";
76 die "Removing temp source directory failed" if $?;