From 100226c624cdf8b3b1210c124b0b1ee6a3b3d816 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 30 Oct 2022 15:54:58 +0000 Subject: various cleanups --- src/backend/installsrc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backend/installsrc.py') diff --git a/src/backend/installsrc.py b/src/backend/installsrc.py index 374a215..5eedda2 100644 --- a/src/backend/installsrc.py +++ b/src/backend/installsrc.py @@ -13,9 +13,9 @@ import sisyphus.solvedeps import sisyphus.syncdb import sisyphus.update -def cliExec(pkgname): +def start(pkgname): if sisyphus.checkenv.root(): - sisyphus.update.cliExec() + sisyphus.update.start() binhostURL = sisyphus.getenv.binhostURL() areBinaries,areSources,needsConfig = sisyphus.solvedeps.package(pkgname) -- cgit v1.2.3