aboutsummaryrefslogtreecommitdiffstats
path: root/build/package.php
diff options
context:
space:
mode:
authorDhruv <dhruv.goel92@gmail.com>2015-01-11 15:43:51 +0530
committerDhruv <dhruv.goel92@gmail.com>2015-01-11 15:43:51 +0530
commitef1be6e247cf01a99e68ec85600a80fd62ca9a75 (patch)
tree42782fc2a5c6ecd7ace58ff524420036024e9dd5 /build/package.php
parent54b8c1626eec1b15cebd84b10dbfb986ef01e159 (diff)
parente8464d7fe235bf2c5ac428fc38a7fada4bcfb1bb (diff)
downloadforums-ef1be6e247cf01a99e68ec85600a80fd62ca9a75.tar
forums-ef1be6e247cf01a99e68ec85600a80fd62ca9a75.tar.gz
forums-ef1be6e247cf01a99e68ec85600a80fd62ca9a75.tar.bz2
forums-ef1be6e247cf01a99e68ec85600a80fd62ca9a75.tar.xz
forums-ef1be6e247cf01a99e68ec85600a80fd62ca9a75.zip
Merge branch 'develop-ascraeus' into develop
Diffstat (limited to 'build/package.php')
-rwxr-xr-xbuild/package.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/package.php b/build/package.php
index 70ed136c81..37a2250fce 100755
--- a/build/package.php
+++ b/build/package.php
@@ -394,6 +394,7 @@ if (sizeof($package->old_packages))
$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') . '/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_update.php');