Issue #1898: Ensure map bundles are copied to /site/bundles/maps/ not /site/maps/.
Change-Id: Iccd50915b7b19c49fe35fdfc7edd678e9fd7dac4 Former-commit-id:36944298f4
[formerly 4c7f1216d9e2ba683bc46adcfe1d5863e4477490] Former-commit-id:51063c7c53
This commit is contained in:
parent
36345cc166
commit
11cb7b2295
1 changed files with 2 additions and 1 deletions
|
@ -80,7 +80,8 @@ cp -r ${LOCALIZATION_PATH}/cave_static/site/${CAPS_SITE}/gfe $caveDest/site
|
|||
log_msg 70
|
||||
|
||||
log_msg Copying cave site maps configuration for site ${CAPS_SITE} to temporary directory...
|
||||
cp -r ${LOCALIZATION_PATH}/cave_static/site/${CAPS_SITE}/bundles/maps $caveDest/site
|
||||
mkdir $caveDest/site/bundles
|
||||
cp -r ${LOCALIZATION_PATH}/cave_static/site/${CAPS_SITE}/bundles/maps $caveDest/site/bundles
|
||||
log_msg 75
|
||||
|
||||
log_msg Copying cave site colormaps configuration for site ${CAPS_SITE} to temporary directory...
|
||||
|
|
Loading…
Add table
Reference in a new issue