summaryrefslogtreecommitdiff
path: root/x11-fm/sunflower/files/patch-Sunflower.py
diff options
context:
space:
mode:
Diffstat (limited to 'x11-fm/sunflower/files/patch-Sunflower.py')
-rw-r--r--x11-fm/sunflower/files/patch-Sunflower.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-fm/sunflower/files/patch-Sunflower.py b/x11-fm/sunflower/files/patch-Sunflower.py
deleted file mode 100644
index 90a10ee05378..000000000000
--- a/x11-fm/sunflower/files/patch-Sunflower.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- Sunflower.py.orig 2016-09-05 09:28:20 UTC
-+++ Sunflower.py
-@@ -25,7 +25,7 @@ import subprocess
- default_paths = os.pathsep.join(('/bin', '/usr/bin', '/usr/local/bin'))
- search_paths = os.environ.get('PATH', default_paths).split(os.pathsep)
- interpreter_list = ('python2.9', 'python2.8', 'python2.7', 'python2.6')
--application_file = os.path.join(os.path.dirname(sys.argv[0]), 'application', 'main.py')
-+application_file = os.path.join(os.path.dirname(sys.argv[0]), '%%DATADIR%%/application', 'main.py')
-
- def _can_execute(path):
- """Check if specified path can be executed"""