thunderbird: error fixed
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user