Subversion Repositories camp_sysinfo_client_3

Rev

Rev 225 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 225 Rev 229
Line 104... Line 104...
104
            . ( $seedFileName ? " -s $seedFileName " : '' );
104
            . ( $seedFileName ? " -s $seedFileName " : '' );
105
&logIt( "Running command $command" );
105
&logIt( "Running command $command" );
106
system $command;
106
system $command;
107
&logIt( "\tReturn value is $returnValue" );
107
&logIt( "\tReturn value is $returnValue" );
108
 
108
 
-
 
109
# check permissions
-
 
110
$command = $scriptDir . '/permissions';
-
 
111
&logIt( "Running command $command" );
109
die "Stopping\n";
112
system $command;
110
 
113
 
-
 
114
# run configure
111
$command = $scriptDir . "/../configure"
115
$command = $scriptDir . "/../configure"
112
            . " -o $os" 
-
 
113
            . ( $quiet ? ' -q' : '' ) 
116
            . ( $quiet ? ' -q' : '' ) 
114
            . ( $DEBUG ? ' --debug' : '')
117
            . ( $DEBUG ? ' --debug' : '')
115
            . ( $dryRun ? ' -n' : '' )
118
            . ( $dryRun ? ' -n' : '' );
116
            . ( " -s '$seedFileName'" );
-
 
117
&logIt( "Running command $command" );
119
&logIt( "Running command $command" );
118
system $command;
120
system $command;
119
&logIt( "\tReturn value is $returnValue" );
121
&logIt( "\tReturn value is $returnValue" );