[svk-commit] r2468 - branches/i18n-fixes/pkg

nobody at bestpractical.com nobody at bestpractical.com
Mon Jul 16 21:52:12 EDT 2007


Author: clkao
Date: Mon Jul 16 21:52:12 2007
New Revision: 2468

Modified:
   branches/i18n-fixes/pkg/buildsvk.pl

Log:
wrong place for PAR_VERBATI.

Modified: branches/i18n-fixes/pkg/buildsvk.pl
==============================================================================
--- branches/i18n-fixes/pkg/buildsvk.pl	(original)
+++ branches/i18n-fixes/pkg/buildsvk.pl	Mon Jul 16 21:52:12 2007
@@ -198,7 +198,6 @@
 	local $CWD = $self->build_base;
 	warn "In ".$self->build_base . " looking for ". $path;
 	my @cmd = ( 'tar', 'czvf' , "$olddir/$path.tgz", $path);
-	$ENV{PAR_VERBATIM} = 1; # dynloader gets upset and gives warnings if it has #line
 	system( @cmd);
 	if ($!) { die "Failed to create tarball: ". $! .  join (' ', at cmd);}
     }
@@ -310,6 +309,7 @@
 
     rmtree ['build'] if -d 'build';
     mkdir('build');
+    $ENV{PAR_VERBATIM} = 1; # dynloader gets upset and gives warnings if it has #line
     system('pp', @paroptions, "$toplevel/blib/script/svk");
 
     system('zip', qw(-d build\SVK.par lib\SVK));


More information about the svk-commit mailing list