We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fc5dd4 commit da49c05Copy full SHA for da49c05
1 file changed
src/SPC/builder/unix/library/krb5.php
@@ -13,6 +13,7 @@ protected function build(): void
13
{
14
$origin_source_dir = $this->source_dir;
15
$this->source_dir .= '/src';
16
+ shell()->cd($this->source_dir)->exec('ls -lah');
17
if (!file_exists($this->source_dir . '/configure')) {
18
shell()->cd($this->source_dir)->exec('autoreconf -if');
19
}
0 commit comments