From 36465dc3bc1c52b75a295cc2d5f24c5c30cc6c58 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sat, 8 Feb 2020 15:36:34 +0300 Subject: [PATCH] discount --- editor/discount/{ => discount}/actions.py | 2 +- editor/discount/{ => discount}/pspec.xml | 0 editor/discount/{ => discount}/translations.xml | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename editor/discount/{ => discount}/actions.py (97%) rename editor/discount/{ => discount}/pspec.xml (100%) rename editor/discount/{ => discount}/translations.xml (100%) 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