summaryrefslogtreecommitdiff
path: root/src/backend/install.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/install.py')
-rw-r--r--src/backend/install.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/install.py b/src/backend/install.py
index 1938d6d..581c69f 100644
--- a/src/backend/install.py
+++ b/src/backend/install.py
@@ -92,7 +92,7 @@ def estart(pkgname):
sys.exit("\nYou need root permissions to do this, exiting!\n")
-def startx(pkgname):
+def xstart(pkgname):
sisyphus.solvedeps.pkg.__wrapped__(pkgname) #undecorate
areBinaries,areSources,needsConfig = pickle.load(open(os.path.join(sisyphus.getfs.portageMetadataDir, "sisyphus_solvedeps_pkg.pickle"), "rb"))