Merge pull request #4044 from ertugerata/master

opps
This commit is contained in:
Ertuğrul Erata
2017-09-30 22:31:20 +03:00
committed by GitHub
+1 -1
View File
@@ -48,7 +48,7 @@ def build():
def install():
shelltools.cd(ObjDir)
shelltools.system("DESTDIR=%s ./mach install " % get.installDIR())
shelltools.system("DESTDIR=%s ../mach install " % get.installDIR())
# Install language packs
pisitools.insinto("/usr/lib/firefox/browser/extensions", "./langpack-ff/*")