diff options
| author | glatzor@ubuntu.com <> | 2006-07-27 16:32:27 +0200 |
|---|---|---|
| committer | glatzor@ubuntu.com <> | 2006-07-27 16:32:27 +0200 |
| commit | c2a2f69a9a9ee1f45290b15e76f6098c4b28bd98 (patch) | |
| tree | 329ddbd3749bf216e867cca7fd3c3ecc96ea1ca0 | |
| parent | fdec0c43d748097f6c32fab86d29a617d021fccc (diff) | |
| download | python-apt-c2a2f69a9a9ee1f45290b15e76f6098c4b28bd98.tar.gz | |
* Fix the building of the sources templates
| -rwxr-xr-x | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -37,8 +37,8 @@ print ICONS for template in glob.glob("data/channels/*.info.in"): - os.system("intltool-merge -d po data/channels/%s" - " build/%s" % (os.path.basename(template), + os.system("sed s/^_// data/channels/%s" + " > build/%s" % (os.path.basename(template), os.path.basename(template)[:-3])) os.system("intltool-merge -d po data/mime/apt.xml.in"\ " build/apt.xml") |
