thunderbird: error fixed

This commit is contained in:
namso-01
2015-12-24 21:59:42 +02:00
parent d83345765e
commit aad105feb4
+2 -2
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():
@@ -51,4 +51,4 @@ def install():
pisitools.removeDir("/usr/include") pisitools.removeDir("/usr/include")
# Install docs # Install docs
pisitools.dodoc("mozilla/LEGAL", "mozilla/LICENSE") pisitools.dodoc("mozilla/LEGAL", "mozilla/LICENSE")