This commit is contained in:
bferturk
2016-06-16 22:38:27 +03:00
parent d93a7885b1
commit baeb0eeba8
3 changed files with 42 additions and 31 deletions
+1 -2
View File
@@ -39,7 +39,6 @@ def setup():
shelltools.makedirs(ObjDir)
shelltools.cd(ObjDir)
shelltools.system("../configure --prefix=/usr --libdir=/usr/lib --disable-strip --disable-install-strip")
shelltools.system("sed -i '/^ftglyph.h/ i ftfntfmt.h' ../config/system-headers")
def build():
@@ -59,4 +58,4 @@ def install():
pisitools.insinto("/usr/share/pixmaps", "browser/branding/official/default256.png", "firefox.png")
# Install docs
pisitools.dodoc("LEGAL", "LICENSE")
pisitools.dodoc("LEGAL", "LICENSE")