From 9d1acb3bfa2158fe7940e9bbbce68f9172b77697 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Sat, 30 Sep 2017 22:31:48 +0300 Subject: [PATCH] opps --- network/web/firefox/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/web/firefox/actions.py b/network/web/firefox/actions.py index 3b056ba628..807cf1c327 100755 --- a/network/web/firefox/actions.py +++ b/network/web/firefox/actions.py @@ -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/*")