From 721399c49b5d213dba09d7dd295f41f0aed1744c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Mon, 7 Mar 2016 16:25:57 +0200 Subject: [PATCH] indent fixed. --- system/base/spidermonkey/actions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/base/spidermonkey/actions.py b/system/base/spidermonkey/actions.py index 1cef1868..ba194398 100644 --- a/system/base/spidermonkey/actions.py +++ b/system/base/spidermonkey/actions.py @@ -21,11 +21,11 @@ def setup(): --with-system-nspr") def build(): - shelltools.cd("js/src") + shelltools.cd("js/src") autotools.make() def install(): - shelltools.cd("js/src") + shelltools.cd("js/src") autotools.rawInstall("DESTDIR=%s" % get.installDIR()) pisitools.dodoc("README*")