firefox-60.0:ver.bump

This commit is contained in:
Rmys
2018-05-09 10:15:27 +03:00
parent 3586d4c0e7
commit 5eee377435
2 changed files with 14 additions and 5 deletions
+1 -2
View File
@@ -9,7 +9,7 @@ from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
WorkDir = "mozilla-release-6b51784853e47e091d213d421a19cb623af718f0"
#WorkDir = "mozilla-release-6b51784853e47e091d213d421a19cb623af718f0"
ObjDir = "build"
locales = "az bs ca da de el en-US en-GB en-ZA es-AR es-CL es-ES fi fr hr hu it lt nl pl pt-BR pt-PT ro ru sr sv-SE tr uk".split()
xpidir = "%s/xpi" % get.workDIR()
@@ -41,7 +41,6 @@ def setup():
shelltools.system("../configure --prefix=/usr --libdir=/usr/lib --disable-strip --disable-install-strip")
#shelltools.cd("mozilla-release-6b51784853e47e091d213d421a19cb623af718f0")
def build():
shelltools.cd(ObjDir)