diff --git a/system/base/spidermonkey/actions.py b/system/base/spidermonkey/actions.py index ba6d69bd..a5991c93 100644 --- a/system/base/spidermonkey/actions.py +++ b/system/base/spidermonkey/actions.py @@ -25,7 +25,6 @@ def build(): autotools.make() def install(): - def install(): shelltools.cd("js/src") autotools.rawInstall("DESTDIR=%s" % get.installDIR())