From bc1e3fe6688c6c72d25041e2334e24161c3cbcad Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 20 Jul 2017 02:35:25 +0100 Subject: bugfix : https://bugs.redcorelinux.org/show_bug.cgi?id=27 --- src/frontend/cli/sisyphus-cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/cli/sisyphus-cli.py b/src/frontend/cli/sisyphus-cli.py index c3ddb71..ba92b7a 100755 --- a/src/frontend/cli/sisyphus-cli.py +++ b/src/frontend/cli/sisyphus-cli.py @@ -3,7 +3,7 @@ import sys from libsisyphus import * -check_if_srcmode() +check_system_mode() if "__main__" == __name__: if "install" in sys.argv[1:]: -- cgit v1.2.3