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.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/installSrc.py b/src/backend/installSrc.py
index d5fc92b..115091d 100644
--- a/src/backend/installSrc.py
+++ b/src/backend/installSrc.py
@@ -48,7 +48,7 @@ def start(pkgname):
print(portageOutput.rstrip())
portageExec.wait()
- sisyphus.syncDatabase.syncLocal()
+ sisyphus.syncDatabase.localTable()
else:
sys.exit("\n" + "Ok; Quitting." + "\n")
else:
@@ -81,7 +81,7 @@ def start(pkgname):
print(portageOutput.rstrip())
portageExec.wait()
- sisyphus.syncDatabase.syncLocal()
+ sisyphus.syncDatabase.localTable()
else:
sys.exit("\n" + "Ok; Quitting." + "\n")
else:
@@ -95,7 +95,7 @@ def start(pkgname):
print(portageOutput.rstrip())
portageExec.wait()
- sisyphus.syncDatabase.syncLocal()
+ sisyphus.syncDatabase.localTable()
else:
sys.exit("\n" + "Ok; Quitting." + "\n")
else: