summarylogtreecommitdiffstats
path: root/prey.launcher
diff options
context:
space:
mode:
Diffstat (limited to 'prey.launcher')
-rw-r--r--prey.launcher5
1 files changed, 3 insertions, 2 deletions
diff --git a/prey.launcher b/prey.launcher
index 215a318a237f..dc4140e58f61 100644
--- a/prey.launcher
+++ b/prey.launcher
@@ -1,6 +1,7 @@
#!/bin/bash
cd "/opt/prey"
-./prey $*
+export TERM=xterm
+export LD_LIBRARY_PATH="/usr/lib32/:$LD_LIBRARY_PATH:."
+./prey.x86 "$@"
exit $?
-