aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDhruv Goel <dhruv.goel92@gmail.com>2015-01-11 15:42:58 +0530
committerDhruv Goel <dhruv.goel92@gmail.com>2015-01-11 15:42:58 +0530
commite8464d7fe235bf2c5ac428fc38a7fada4bcfb1bb (patch)
treecbb123a8da2646db035856200d0834487afea03c
parentfbf7726642d28531eab3c1f2af4cb668803004cb (diff)
parent659e15656f7d4483c5cf30612ee990702ddb5c17 (diff)
downloadforums-e8464d7fe235bf2c5ac428fc38a7fada4bcfb1bb.tar
forums-e8464d7fe235bf2c5ac428fc38a7fada4bcfb1bb.tar.gz
forums-e8464d7fe235bf2c5ac428fc38a7fada4bcfb1bb.tar.bz2
forums-e8464d7fe235bf2c5ac428fc38a7fada4bcfb1bb.tar.xz
forums-e8464d7fe235bf2c5ac428fc38a7fada4bcfb1bb.zip
Merge pull request #3276 from nickvergessen/ticket/13272
[ticket/13272] Add vendor/ folder to "changed files" package
-rwxr-xr-xbuild/package.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/package.php b/build/package.php
index c0db0c4011..d168957ca5 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');