738 os.path.join(distDir, cfg[key].lstrip(os.sep))) |
738 os.path.join(distDir, cfg[key].lstrip(os.sep))) |
739 |
739 |
740 try: |
740 try: |
741 # Install the files |
741 # Install the files |
742 # make the install directories |
742 # make the install directories |
743 for key in cfg.keys(): |
743 for key in cfg: |
744 if cfg[key] and not os.path.isdir(cfg[key]): |
744 if cfg[key] and not os.path.isdir(cfg[key]): |
745 os.makedirs(cfg[key]) |
745 os.makedirs(cfg[key]) |
746 |
746 |
747 # copy the eric config file |
747 # copy the eric config file |
748 if distDir: |
748 if distDir: |