summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorglatzor@ubuntu.com <>2006-07-27 16:32:27 +0200
committerglatzor@ubuntu.com <>2006-07-27 16:32:27 +0200
commitc2a2f69a9a9ee1f45290b15e76f6098c4b28bd98 (patch)
tree329ddbd3749bf216e867cca7fd3c3ecc96ea1ca0
parentfdec0c43d748097f6c32fab86d29a617d021fccc (diff)
downloadpython-apt-c2a2f69a9a9ee1f45290b15e76f6098c4b28bd98.tar.gz
* Fix the building of the sources templates
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 12c96ec3..7ea56440 100755
--- a/setup.py
+++ b/setup.py
@@ -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")