Changeset 163 in ProjectBuilder for devel/pb/bin


Ignore:
Timestamp:
Sep 30, 2007, 11:57:47 AM (17 years ago)
Author:
Bruno Cornec
Message:

Sets date in the VM to avoid build problem with configure
Improve the example script for VM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r162 r163  
    636636    print SCRIPT "cd ..\n";
    637637    print SCRIPT "export PBROOT=\`pwd\`\n";
     638    print SCRIPT "#Sync date\n";
     639    my $syncdate = strftime("%m%d%H%M", @date);
     640    print SCRIPT "sudo date $syncdate\n";
    638641    print SCRIPT "# Build\n";
    639642    my $p = "";
Note: See TracChangeset for help on using the changeset viewer.