Changeset 0ccbd36 in sasview for installers


Ignore:
Timestamp:
Aug 30, 2017 6:02:15 PM (7 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
3d3275f
Parents:
0046c6a
Message:

reduce differences between setup_mac and setup_exe

File:
1 edited

Legend:

Unmodified
Added
Removed
  • installers/setup_mac.py

    r0046c6a r0ccbd36  
    6666 
    6767# Copy the config files 
    68 sasview_path = os.path.join(sas_path, 'sasview') 
     68sasview_path = os.path.join('..', 'src', 'sas', 'sasview') 
    6969data_files.append(('.', [os.path.join(sasview_path, 'custom_config.py')])) 
    7070data_files.append(('config', [os.path.join(sasview_path, 'custom_config.py')])) 
Note: See TracChangeset for help on using the changeset viewer.