From aad105feb4516893b79224ee56ce7f259ee7cc65 Mon Sep 17 00:00:00 2001 From: namso-01 Date: Thu, 24 Dec 2015 21:59:42 +0200 Subject: [PATCH] thunderbird: error fixed --- network/mail/thunderbird/actions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/network/mail/thunderbird/actions.py b/network/mail/thunderbird/actions.py index e2c4983e87..4aff6cd458 100644 --- a/network/mail/thunderbird/actions.py +++ b/network/mail/thunderbird/actions.py @@ -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") \ No newline at end of file + pisitools.dodoc("mozilla/LEGAL", "mozilla/LICENSE")