mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-12 06:18:52 +00:00
Merge branch 'develop-ascraeus' into develop
This commit is contained in:
commit
ef1be6e247
1 changed files with 1 additions and 0 deletions
|
@ -394,6 +394,7 @@ if (sizeof($package->old_packages))
|
||||||
$package->run_command('mkdir ' . $package->get('files_directory') . '/release');
|
$package->run_command('mkdir ' . $package->get('files_directory') . '/release');
|
||||||
$package->run_command('cp -Rp ' . $package->get('dest_dir') . '/docs ' . $package->get('files_directory') . '/release');
|
$package->run_command('cp -Rp ' . $package->get('dest_dir') . '/docs ' . $package->get('files_directory') . '/release');
|
||||||
$package->run_command('cp -Rp ' . $package->get('dest_dir') . '/install ' . $package->get('files_directory') . '/release');
|
$package->run_command('cp -Rp ' . $package->get('dest_dir') . '/install ' . $package->get('files_directory') . '/release');
|
||||||
|
$package->run_command('cp -Rp ' . $package->get('dest_dir') . '/vendor ' . $package->get('files_directory') . '/release');
|
||||||
|
|
||||||
$package->run_command('rm -v ' . $package->get('files_directory') . '/release/install/install_install.php');
|
$package->run_command('rm -v ' . $package->get('files_directory') . '/release/install/install_install.php');
|
||||||
$package->run_command('rm -v ' . $package->get('files_directory') . '/release/install/install_update.php');
|
$package->run_command('rm -v ' . $package->get('files_directory') . '/release/install/install_update.php');
|
||||||
|
|
Loading…
Add table
Reference in a new issue