Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2017-01-20 15:32:28 +0300
committerAleksander Machniak <alec@alec.pl>2017-01-20 15:32:28 +0300
commit20da7f1539d239c2227dad1a392572dcc2be7868 (patch)
tree8cacbc263ad50a9df093dca627ea4917d90d8c2a /bin
parent15d0c55b20ba780033cff3166a5d686bb7255ade (diff)
Copy jsdeps.json file on update (#5598)
Diffstat (limited to 'bin')
-rwxr-xr-xbin/installto.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/installto.sh b/bin/installto.sh
index 27594b639..3eb09a392 100755
--- a/bin/installto.sh
+++ b/bin/installto.sh
@@ -61,7 +61,7 @@ if (strtolower($input) == 'y') {
rcube::raise_error("Failed to execute command: $command", false, true);
}
}
- foreach (array('index.php','.htaccess','config/defaults.inc.php','composer.json-dist','CHANGELOG','README.md','UPGRADING','LICENSE','INSTALL') as $file) {
+ foreach (array('index.php','.htaccess','config/defaults.inc.php','composer.json-dist','jsdeps.json','CHANGELOG','README.md','UPGRADING','LICENSE','INSTALL') as $file) {
$command = "rsync -a --out-format \"%n\" " . INSTALL_PATH . "$file $target_dir/$file";
if (file_exists(INSTALL_PATH . $file) && (!system($command, $ret) || $ret > 0)) {
rcube::raise_error("Failed to execute command: $command", false, true);