thunderbird: error fixed

This commit is contained in:
namso-01
2015-12-24 21:59:42 +02:00
parent d83345765e
commit aad105feb4
+1 -1
View File
@@ -29,7 +29,7 @@ def setup():
shelltools.system("unzip -uo %s/%s.xpi -d langpack-tb/langpack-%s@thunderbird.mozilla.org" % (xpidir, locale, locale)) shelltools.system("unzip -uo %s/%s.xpi -d langpack-tb/langpack-%s@thunderbird.mozilla.org" % (xpidir, locale, locale))
def build(): def build():
shelltools.system("sed -i '/^ftglyph.h/ i ftfntfmt.h' mozilla/config/system-headers") #shelltools.system("sed -i '/^ftglyph.h/ i ftfntfmt.h' mozilla/config/system-headers")
autotools.make("-f ./client.mk") autotools.make("-f ./client.mk")
def install(): def install():