diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-03-03 18:36:42 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-03-03 18:36:42 +0000 |
| commit | fc1b6ff6c567675c0200cbc835380b5b87a2aa7d (patch) | |
| tree | 87e8b566ac3223719d74067f84569f55fd2a488a /roundcubemail/bin | |
| parent | a07894715d3ba5bec8671d8b5dfee1fc340d740e (diff) | |
Copy all skins in installto script (#1488376)
git-svn-id: https://svn.roundcube.net/trunk@5957 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/bin')
| -rwxr-xr-x | roundcubemail/bin/installto.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/bin/installto.sh b/roundcubemail/bin/installto.sh index f3ab2ad6b..eb43b99d4 100755 --- a/roundcubemail/bin/installto.sh +++ b/roundcubemail/bin/installto.sh @@ -47,7 +47,7 @@ $input = trim(fgets(STDIN)); if (strtolower($input) == 'y') { $err = false; echo "Copying files to target location..."; - foreach (array('program','installer','bin','SQL','plugins','skins/default') as $dir) { + foreach (array('program','installer','bin','SQL','plugins','skins') as $dir) { if (!system("rsync -avC " . INSTALL_PATH . "$dir/* $target_dir/$dir/")) { $err = true; break; |
