Revision 42973 trunk/org.gvsig.desktop/org.gvsig.desktop.framework/org.gvsig.andami/src/main/resources-application/tools/make-portable

View differences:

make-portable
238 238

  
239 239
function install_portable_configuration_files() {
240 240
    logger_info "Install portable configuration file (gvSIG.config)"
241
    cp "$INSTALL_FOLDER/tools/gvSIG.config" "$INSTALL_FOLDER"
241 242
    chmod a+x "$INSTALL_FOLDER/gvSIG.sh"
242 243
}
243 244

  
......
334 335

  
335 336
    run_plugins_install_scripts $INSTALL_FOLDER
336 337

  
337
    case "$PORTABLE_OSNAME" in
338
    case "$PORTABLE_OS" in
338 339
    darwin)
339 340
        mkdir "$INSTALL_FOLDER/Contents"
340 341
        mkdir "$INSTALL_FOLDER/Contents/MacOS"

Also available in: Unified diff