- Timestamp:
- Oct 27, 2007, 7:37:54 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb/bin/pb
r265 r266 254 254 next; 255 255 } 256 $bfiles{"pbinit"} = "$pbpkg/pbinit";257 256 print $LOG "DEBUG bfiles: ".Dumper(\%bfiles)."\n" if ($debug >= 1); 258 257 … … 296 295 # Prepare the dest directory for archive 297 296 if (-x "$ENV{'PBCONF'}/$pbpkg/pbinit") { 298 pb_system("cd $dest ; $ENV{'PBCONF'}/$pbpkg/pbinit","Executing init script $ENV{'PBCONF'}/$pbpkg/pbinit"); 297 pb_filter_file("$ENV{'PBCONF'}/$pbpkg/pbinit",$ptr,"$ENV{'PBTMP'}/pbinit",$pbpkg,$pbver,$pbtag,$pbrev,$pbdate,$pbpackager); 298 chmod 0755,"$ENV{'PBTMP'}/pbinit"; 299 pb_system("cd $dest ; $ENV{'PBTMP'}/pbinit","Executing init script from $ENV{'PBCONF'}/$pbpkg/pbinit"); 299 300 } 300 301
Note:
See TracChangeset
for help on using the changeset viewer.