From 06fc500569a084c96381700d7f6b35631d9dde23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Sun, 1 Oct 2017 00:16:55 +0300 Subject: [PATCH] workdir is ? --- network/web/firefox/actions.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/network/web/firefox/actions.py b/network/web/firefox/actions.py index 807cf1c327..fa3eab3cda 100755 --- a/network/web/firefox/actions.py +++ b/network/web/firefox/actions.py @@ -49,6 +49,8 @@ def build(): def install(): shelltools.cd(ObjDir) shelltools.system("DESTDIR=%s ../mach install " % get.installDIR()) + + shelltools.cd("..") # Install language packs pisitools.insinto("/usr/lib/firefox/browser/extensions", "./langpack-ff/*")