Aleksander Machniak
2015-02-04 dba43e7c8b796b0d98bab671a36a9bf22f9c0a86
Copy also INSTALL file
1 files modified
2 ■■■ changed files
bin/installto.sh 2 ●●● patch | view | raw | blame | history
bin/installto.sh
@@ -54,7 +54,7 @@
      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;