Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

setup: avoid duplicate 'locale' in install path

Changeset d45a11d7fcef

Parent 28389e72f6c5

by Steve Borho

Changes to one file · Browse files at d45a11d7fcef Showing diff from parent 28389e72f6c5 Diff from another changeset...

Change 1 of 1 Show Entire File setup.py Stacked
 
117
118
119
120
 
121
122
123
 
117
118
119
 
120
121
122
123
@@ -117,7 +117,7 @@
  _data_files = [(os.path.join('share/pixmaps/tortoisehg', root),   [os.path.join(root, file_) for file_ in files])   for root, dirs, files in os.walk('icons')] - _data_files += [(os.path.join('share/locale', root), + _data_files += [(os.path.join('share', root),   [os.path.join(root, file_) for file_ in files])   for root, dirs, files in os.walk('locale')]   _data_files += [('lib/nautilus/extensions-2.0/python',