--- solenv/bin/deliver.pl.keep Sun Feb 9 10:23:37 2003 +++ solenv/bin/deliver.pl Sun Feb 9 10:26:14 2003 @@ -421,7 +421,9 @@ } # product build? - $common_outdir = $common_outdir . ".pro" if $inpath =~ /\.pro$/; + if ($common_outdir ne "") { + $common_outdir = $common_outdir . ".pro" if $inpath =~ /\.pro$/; + } $ext = ""; if ( ($opt_minor || $updminor) && !$dest ) { @@ -434,8 +436,13 @@ } } - $common_dest = "$solarversion/$common_outdir" if ( !$dest ); - $dest = "$solarversion/$inpath" if ( !$dest ); + if ($common_outdir ne "") { + $common_dest = "$solarversion/$common_outdir" if ( !$dest ); + $dest = "$solarversion/$inpath" if ( !$dest ); + } else { + $dest = "$solarversion/$inpath" if ( !$dest ); + $common_dest = $dest; + } # the following macros are obsolete, will be flagged as error # %__WORKSTAMP%