summaryrefslogtreecommitdiff
path: root/bin/installto.sh
diff options
context:
space:
mode:
authorThomas Bruederli <bruederli@kolabsys.com>2014-11-09 15:36:52 +0100
committerThomas Bruederli <bruederli@kolabsys.com>2014-11-09 15:36:57 +0100
commit0c137f7dace052015757ad49ff82bdbfb5f089d5 (patch)
tree754d1690a907a4c62ae6f24793d1a93b4f50166a /bin/installto.sh
parenta7a778c157426f12f176648802a51c5e5397a81a (diff)
Consider composer.json dependencies in installation and upgrading instructions and scripts
Diffstat (limited to 'bin/installto.sh')
-rwxr-xr-xbin/installto.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/installto.sh b/bin/installto.sh
index d239c633d..e69560caa 100755
--- a/bin/installto.sh
+++ b/bin/installto.sh
@@ -5,7 +5,7 @@
| bin/installto.sh |
| |
| This file is part of the Roundcube Webmail client |
- | Copyright (C) 2012, The Roundcube Dev Team |
+ | Copyright (C) 2014, The Roundcube Dev Team |
| |
| Licensed under the GNU General Public License version 3 or |
| any later version with exceptions for skins & plugins. |
@@ -50,7 +50,7 @@ if (strtolower($input) == 'y') {
break;
}
}
- foreach (array('index.php','.htaccess','config/defaults.inc.php','CHANGELOG','README.md','UPGRADING','LICENSE') as $file) {
+ foreach (array('index.php','.htaccess','config/defaults.inc.php','composer.json-dist','CHANGELOG','README.md','UPGRADING','LICENSE') as $file) {
if (!system("rsync -av " . INSTALL_PATH . "$file $target_dir/$file")) {
$err = true;
break;