summaryrefslogtreecommitdiff
path: root/app-portage/sisyphus/files/sisyphus-1.1709-r2.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-portage/sisyphus/files/sisyphus-1.1709-r2.patch')
-rw-r--r--app-portage/sisyphus/files/sisyphus-1.1709-r2.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/app-portage/sisyphus/files/sisyphus-1.1709-r2.patch b/app-portage/sisyphus/files/sisyphus-1.1709-r2.patch
new file mode 100644
index 00000000..4149de01
--- /dev/null
+++ b/app-portage/sisyphus/files/sisyphus-1.1709-r2.patch
@@ -0,0 +1,26 @@
+diff --git a/src/backend/libsisyphus.py b/src/backend/libsisyphus.py
+index f49e9da..c19bd88 100755
+--- a/src/backend/libsisyphus.py
++++ b/src/backend/libsisyphus.py
+@@ -258,8 +258,6 @@ def sisyphus_db_rescue():
+ os.remove(sisyphus_remote_csv_path_pre)
+ if os.path.exists(sisyphus_removable_csv_path_pre):
+ os.remove(sisyphus_removable_csv_path_pre)
+- if os.path.exists(sisyphus_local_csv_path_pre):
+- os.remove(sisyphus_local_csv_path_pre)
+ if os.path.exists(sisyphus_database_path):
+ os.remove(sisyphus_database_path)
+ sisyphus_pkg_system_update()
+diff --git a/src/frontend/cli/sisyphus-cli.py b/src/frontend/cli/sisyphus-cli.py
+index ee90c6f..c8a8bd9 100755
+--- a/src/frontend/cli/sisyphus-cli.py
++++ b/src/frontend/cli/sisyphus-cli.py
+@@ -17,7 +17,7 @@
+ elif "remove-orphans" in sys.argv[1:]:
+ sisyphus_pkg_remove_orphans()
+ elif "update" in sys.argv[1:]:
+- sisyphus_pkg_system_update
++ sisyphus_pkg_system_update()
+ elif "upgrade" in sys.argv[1:]:
+ sisyphus_pkg_system_upgrade()
+ elif "search" in sys.argv[1:]: