summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-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")