summaryrefslogtreecommitdiff
path: root/src/backend/installSrc.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/installSrc.py')
-rw-r--r--src/backend/installSrc.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/installSrc.py b/src/backend/installSrc.py
index 0768902..d7a6cd3 100644
--- a/src/backend/installSrc.py
+++ b/src/backend/installSrc.py
@@ -13,9 +13,9 @@ import sisyphus.resolveDeps
import sisyphus.syncDatabase
import sisyphus.updateAll
-def start(pkgname):
+def cliExec(pkgname):
if sisyphus.checkEnvironment.root():
- sisyphus.updateAll.start()
+ sisyphus.updateAll.cliExec()
binhostURL = sisyphus.getEnvironment.binhostURL()
areBinaries,areSources,needsConfig = sisyphus.resolveDeps.package(pkgname)