[Bps-public-commit] r14986 - in Shipwright/branches/2.0: lib/Shipwright/Backend

sunnavy at bestpractical.com sunnavy at bestpractical.com
Mon Aug 11 06:01:33 EDT 2008


Author: sunnavy
Date: Mon Aug 11 06:01:32 2008
New Revision: 14986

Modified:
   Shipwright/branches/2.0/   (props changed)
   Shipwright/branches/2.0/lib/Shipwright/Backend/Base.pm

Log:
 r15453 at sunnavys-mb:  sunnavy | 2008-08-11 15:24:14 +0800
 new layout does not have dists/ any more


Modified: Shipwright/branches/2.0/lib/Shipwright/Backend/Base.pm
==============================================================================
--- Shipwright/branches/2.0/lib/Shipwright/Backend/Base.pm	(original)
+++ Shipwright/branches/2.0/lib/Shipwright/Backend/Base.pm	Mon Aug 11 06:01:32 2008
@@ -61,7 +61,7 @@
     dircopy( Shipwright::Util->share_root, $dir );
 
     # share_root can't keep empty dirs, we have to create them manually
-    for (qw/dists scripts t sources/) {
+    for (qw/scripts t sources/) {
         mkdir File::Spec->catfile( $dir, $_ );
     }
 



More information about the Bps-public-commit mailing list