diff options
Diffstat (limited to 'app-laptop/prey/files/prey-0.5.4-gtk-ui.patch')
-rw-r--r-- | app-laptop/prey/files/prey-0.5.4-gtk-ui.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/app-laptop/prey/files/prey-0.5.4-gtk-ui.patch b/app-laptop/prey/files/prey-0.5.4-gtk-ui.patch deleted file mode 100644 index 6a50a4e0426e..000000000000 --- a/app-laptop/prey/files/prey-0.5.4-gtk-ui.patch +++ /dev/null @@ -1,22 +0,0 @@ -Index: prey/platform/linux/prey-config.py -=================================================================== ---- prey.orig/platform/linux/prey-config.py -+++ prey/platform/linux/prey-config.py -@@ -23,7 +23,7 @@ import base64 - - app_name = 'prey-config' - lang_path = 'lang' --script_path = os.sys.path[0] -+script_path = '/usr/share/prey/platform/linux/' - - ################################################ - # gettext localization -@@ -42,7 +42,7 @@ _ = gettext.gettext - ################################################ - - PREY_PATH = '/usr/share/prey' --PREY_CONFIG_FILE = PREY_PATH + '/config' -+PREY_CONFIG_FILE = '/etc/config' - PREY_COMMAND = PREY_PATH + '/prey.sh > /var/log/prey.log 2>&1' - CONTROL_PANEL_URL = 'http://control.preyproject.com' - CONTROL_PANEL_URL_SSL = 'https://control.preyproject.com' |