Changeset 1244


Ignore:
Timestamp:
Dec 4, 2013 7:44:18 PM (9 years ago)
Author:
toby
Message:

more linux fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsas/linux/dist/bootstrap.py

    r1242 r1244  
    9898    if not os.path.exists(os.path.join(gsaspath,'EXPGUI.png')):
    9999        import shutil
    100         shutil.copy(os.path.join(gsaspath,'EXPGUI_linux.png'),
     100        shutil.copy(os.path.join(gsaspath,'expgui','EXPGUI.png'),
    101101                    os.path.join(gsaspath,'EXPGUI.png'))
    102         shutil.copy(os.path.join(gsaspath,'GSAS_linux.png'),
     102        shutil.copy(os.path.join(gsaspath,'expgui','GSAS.png'),
    103103                    os.path.join(gsaspath,'GSAS.png'))
    104104    if os.path.exists(os.path.expanduser('~/Desktop/')):
Note: See TracChangeset for help on using the changeset viewer.