diff options
Diffstat (limited to 'multimedia/tautulli/files/patch-Tautulli.py')
-rw-r--r-- | multimedia/tautulli/files/patch-Tautulli.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/tautulli/files/patch-Tautulli.py b/multimedia/tautulli/files/patch-Tautulli.py new file mode 100644 index 000000000000..dc5bf2bb737c --- /dev/null +++ b/multimedia/tautulli/files/patch-Tautulli.py @@ -0,0 +1,11 @@ +--- Tautulli.py.orig 2018-03-17 14:15:36 UTC ++++ Tautulli.py +@@ -1,8 +1,4 @@ + #!/usr/local/bin/python2.7 +-''''which python >/dev/null 2>&1 && exec python "$0" "$@" # ''' +-''''which python2 >/dev/null 2>&1 && exec python2 "$0" "$@" # ''' +-''''which python2.7 >/dev/null 2>&1 && exec python2.7 "$0" "$@" # ''' +-''''exec echo "Error: Python not found!" # ''' + + # -*- coding: utf-8 -*- + |