[Jifty-commit] r2472 - in jifty/trunk: lib/Jifty/Script

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Fri Jan 5 16:30:52 EST 2007


Author: alexmv
Date: Fri Jan  5 16:30:51 2007
New Revision: 2472

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Script/App.pm

Log:
 r15753 at zoq-fot-pik:  chmrr | 2007-01-05 16:30:27 -0500
  * Be explicit about the paths we're creating


Modified: jifty/trunk/lib/Jifty/Script/App.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Script/App.pm	(original)
+++ jifty/trunk/lib/Jifty/Script/App.pm	Fri Jan  5 16:30:51 2007
@@ -118,7 +118,7 @@
 
     foreach my $dir (@dirs) {
         $dir =~ s/__APP__/$lib_dir/;
-        print("Creating directory $dir\n");
+        print("Creating directory @{[$self->prefix]}/$dir\n");
         mkdir( $self->prefix."/$dir") or die "Can't create ". $self->prefix."/$dir: $!";
 
     }


More information about the Jifty-commit mailing list