Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37740728
en ru br
ALT Linux repos
S:1.0.4-alt1
5.0: 0.8.2-alt1
4.1: 0.8-alt1.1.qa1

Group :: Games/Boards
RPM: pychess

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: hasher-fix_1.0.3.patch
Download


--- ./lib/pychess/System/prefix.py.orig	2023-04-17 16:29:30.864423736 +0300
+++ ./lib/pychess/System/prefix.py	2023-04-17 16:30:19.537375575 +0300
@@ -16,7 +16,7 @@
     _installed = True
 else:
     home_local = os.path.expanduser("~") + "/.local"
-    if sys.prefix in __file__:
+    if sys.prefix in __file__ and not sys.prefix in home_local:
         for sub in (
             "share",
             "games",
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin