From b4ea6ba8f6483a02afafbb52f6e3af00fb5d637e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Sat, 30 Sep 2017 20:21:39 +0300 Subject: [PATCH] fix --- network/web/firefox/actions.py | 6 ++++-- network/web/firefox/pspec.xml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/network/web/firefox/actions.py b/network/web/firefox/actions.py index dae5c258c9..3b056ba628 100755 --- a/network/web/firefox/actions.py +++ b/network/web/firefox/actions.py @@ -38,14 +38,16 @@ def setup(): shelltools.makedirs(ObjDir) shelltools.cd(ObjDir) + shelltools.system("../configure --prefix=/usr --libdir=/usr/lib --disable-strip --disable-install-strip") def build(): - #shelltools.cd(ObjDir) - autotools.make("./mach build") + shelltools.cd(ObjDir) + shelltools.system("../mach build") def install(): + shelltools.cd(ObjDir) shelltools.system("DESTDIR=%s ./mach install " % get.installDIR()) # Install language packs diff --git a/network/web/firefox/pspec.xml b/network/web/firefox/pspec.xml index 43b4e79d82..bc648e5419 100755 --- a/network/web/firefox/pspec.xml +++ b/network/web/firefox/pspec.xml @@ -538,7 +538,7 @@ - 2017-09-26 + 2017-09-30 55.0.3 Version Bump Mustafa Cinasal