Correct source dir path for autotools configure command.

wilder
Michael Pyne 14 years ago
parent 3b22217486
commit 3e28d50d1e
  1. 2
      kdesrc-build

@ -4535,7 +4535,7 @@ EOF
croak_internal("No configure command available") unless $configureCommand; croak_internal("No configure command available") unless $configureCommand;
return log_command($module, 'configure', [ return log_command($module, 'configure', [
$configureCommand, "--prefix=$installdir", "$sourcedir/$configureCommand", "--prefix=$installdir",
@bootstrapOptions @bootstrapOptions
]) == 0; ]) == 0;
} }

Loading…
Cancel
Save