Skip to content

Commit 5ad056a

Browse files
committed
add licenses to cli package (for lack of better way to separate them to individual packages, at the moment - that would require tighter integration into the spc config)
1 parent 573af7b commit 5ad056a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/package/cli.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ public function getFpmConfig(): array
3636
}
3737
}
3838

39+
$files[BUILD_ROOT_PATH . '/source-licenses'] = '/usr/share/licenses/php-zts/source-licenses';
40+
$files[BUILD_ROOT_PATH . '/licenses'] = '/usr/share/licenses/php-zts/modules';
41+
3942
return [
4043
'config_files' => $configFiles,
4144
'empty_directories' => [

0 commit comments

Comments
 (0)