diff options
Diffstat (limited to 'sysutils/serpentine/files/patch-serpentine_common.py')
-rw-r--r-- | sysutils/serpentine/files/patch-serpentine_common.py | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sysutils/serpentine/files/patch-serpentine_common.py b/sysutils/serpentine/files/patch-serpentine_common.py deleted file mode 100644 index e62dfd0826a1..000000000000 --- a/sysutils/serpentine/files/patch-serpentine_common.py +++ /dev/null @@ -1,14 +0,0 @@ ---- serpentine/common.py.orig Sat Jun 25 12:39:33 2005 -+++ serpentine/common.py Sat Jun 25 12:40:00 2005 -@@ -111,9 +111,9 @@ - - # Now check if cache location is ok - try: -- s = os.statvfs (preferences.temporary_dir) -+ s = os.statvfs ("/var/tmp") - # Raise exception if temporary dir is not ok -- assert preferences.temporary_dir_is_ok -+ # assert preferences.temporary_dir_is_ok - except OSError, AssertionError: - raise SerpentineCacheError (SerpentineCacheError.INVALID, "Please " \ - "check if the cache location exists and " \ |