Merge pull request #1004 from namso-01/master

thunderbird: error fixed
This commit is contained in:
Ertuğrul Erata
2015-12-24 22:20:59 +02:00
+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))
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")
def install():
@@ -51,4 +51,4 @@ def install():
pisitools.removeDir("/usr/include")
# Install docs
pisitools.dodoc("mozilla/LEGAL", "mozilla/LICENSE")
pisitools.dodoc("mozilla/LEGAL", "mozilla/LICENSE")