firefox-55.0.3:Ver.Bump
This commit is contained in:
Regular → Executable
+4
-4
@@ -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/*")
|
||||
|
||||
Reference in New Issue
Block a user