firefox-55.0.3:Ver.Bump

This commit is contained in:
Rmys
2017-09-28 00:31:22 +03:00
parent e5422239ef
commit 064e146979
3 changed files with 22 additions and 14 deletions
Regular → Executable
+4 -4
View File
@@ -4,10 +4,10 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import get
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
#WorkDir = "mozilla-release"
ObjDir = "build"
@@ -42,11 +42,11 @@ def setup():
def build():
shelltools.cd(ObjDir)
autotools.make("-f ../client.mk build")
#shelltools.cd(ObjDir)
autotools.make("./mach build")
def install():
autotools.rawInstall("-f client.mk DESTDIR=%s INSTALL_SDK= install" % get.installDIR())
shelltools.system("DESTDIR=%s ./mach install " % get.installDIR())
# Install language packs
pisitools.insinto("/usr/lib/firefox/browser/extensions", "./langpack-ff/*")