Changeset 54d0746 in github
- Timestamp:
- Mar 3, 2012 1:36:42 PM (15 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
- Children:
- 66d2152
- Parents:
- 18a28ae
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
bin/installto.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r1837c330 r54d0746 2 2 =========================== 3 3 4 - Copy all skins in installto script (#1488376) 4 5 - Prevent from folder selection on virtual folder collapsing (#1488346) 6 7 RELEASE 0.8-beta 8 ---------------- 5 9 - Upgraded to jQuery 1.7.1 (#1488337) and jQuery UI 1.8.18 6 10 - Add Russian to the spellchecker languages list (#1488135) -
bin/installto.sh
r7fe3811 r54d0746 48 48 $err = false; 49 49 echo "Copying files to target location..."; 50 foreach (array('program','installer','bin','SQL','plugins','skins /default') as $dir) {50 foreach (array('program','installer','bin','SQL','plugins','skins') as $dir) { 51 51 if (!system("rsync -avC " . INSTALL_PATH . "$dir/* $target_dir/$dir/")) { 52 52 $err = true;
Note: See TracChangeset
for help on using the changeset viewer.
