diff --git a/editor/discount/actions.py b/editor/discount/discount/actions.py similarity index 97% rename from editor/discount/actions.py rename to editor/discount/discount/actions.py index 5675a1feb7..907495638e 100644 --- a/editor/discount/actions.py +++ b/editor/discount/discount/actions.py @@ -19,7 +19,7 @@ def setup(): def build(): - autotools.make() + autotools.make("-j1") def install(): diff --git a/editor/discount/pspec.xml b/editor/discount/discount/pspec.xml similarity index 100% rename from editor/discount/pspec.xml rename to editor/discount/discount/pspec.xml diff --git a/editor/discount/translations.xml b/editor/discount/discount/translations.xml similarity index 100% rename from editor/discount/translations.xml rename to editor/discount/discount/translations.xml