[Bps-public-commit] r13588 - in Shipwright: trunk/lib/Shipwright/Script

spang at bestpractical.com spang at bestpractical.com
Wed Jun 25 12:51:32 EDT 2008


Author: spang
Date: Wed Jun 25 12:51:31 2008
New Revision: 13588

Modified:
   Shipwright/   (props changed)
   Shipwright/trunk/lib/Shipwright/Script/Import.pm

Log:
 r42928 at loki:  spang | 2008-06-25 17:39:29 +0100
 format the message for unknown build systems better


Modified: Shipwright/trunk/lib/Shipwright/Script/Import.pm
==============================================================================
--- Shipwright/trunk/lib/Shipwright/Script/Import.pm	(original)
+++ Shipwright/trunk/lib/Shipwright/Script/Import.pm	Wed Jun 25 12:51:31 2008
@@ -312,8 +312,8 @@
     else {
         my ($name) = $source_dir =~ /([-\w.]+)$/;
         print "unknown build system for this dist; you MUST manually edit\n";
-        print "scripts/$name/build or provide a build.pl file\n";
-        print "or this dist will not be built\n";
+        print "scripts/$name/build or provide a build.pl file or this dist\n";
+        print "will not be built!\n";
         $self->log->warn("I have no idea how to build this distribution");
         # stub build file to provide the user something to go from
         push @commands,



More information about the Bps-public-commit mailing list