From c2a2f69a9a9ee1f45290b15e76f6098c4b28bd98 Mon Sep 17 00:00:00 2001 From: "glatzor@ubuntu.com" <> Date: Thu, 27 Jul 2006 16:32:27 +0200 Subject: * Fix the building of the sources templates --- setup.py | 4 ++-- 1 file 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") -- cgit v1.2.3