[svk-commit] r2450 - trunk/pkg
    nobody at bestpractical.com 
    nobody at bestpractical.com
       
    Sun Jul 15 17:23:25 EDT 2007
    
    
  
Author: clkao
Date: Sun Jul 15 17:23:24 2007
New Revision: 2450
Modified:
   trunk/pkg/buildsvk.pl
Log:
Correct root for svk builds from dist.
Modified: trunk/pkg/buildsvk.pl
==============================================================================
--- trunk/pkg/buildsvk.pl	(original)
+++ trunk/pkg/buildsvk.pl	Sun Jul 15 17:23:24 2007
@@ -43,7 +43,7 @@
 }
 else {
     $build->build_module('SVK');
-    $svkroot = glob($build->build_dir.'/SVK-*');
+    ($svkroot) = glob($build->build_dir.'/SVK-*');
 }
 
 $build->prepare_dist($svkroot);
    
    
More information about the svk-commit
mailing list