summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2015-02-04 09:00:34 +0100
committerAleksander Machniak <alec@alec.pl>2015-02-04 09:00:34 +0100
commitdba43e7c8b796b0d98bab671a36a9bf22f9c0a86 (patch)
treefde4a9b0913bc662039c9dff25f181eec930cab3 /bin
parentbe140e827df4d88a6a330479bdde691915ad6a08 (diff)
Copy also INSTALL file
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 12d317e12..4be6528a2 100755
--- a/bin/installto.sh
+++ b/bin/installto.sh
@@ -54,7 +54,7 @@ if (strtolower($input) == 'y') {
break;
}
}
- foreach (array('index.php','.htaccess','config/defaults.inc.php','composer.json-dist','CHANGELOG','README.md','UPGRADING','LICENSE') as $file) {
+ foreach (array('index.php','.htaccess','config/defaults.inc.php','composer.json-dist','CHANGELOG','README.md','UPGRADING','LICENSE','INSTALL') as $file) {
if (!system("rsync -av " . INSTALL_PATH . "$file $target_dir/$file")) {
$err = true;
break;