summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/pymsn-t/files/pymsn-t-0.9.5-arguments.patch')
-rw-r--r--net-im/pymsn-t/files/pymsn-t-0.9.5-arguments.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-im/pymsn-t/files/pymsn-t-0.9.5-arguments.patch b/net-im/pymsn-t/files/pymsn-t-0.9.5-arguments.patch
new file mode 100644
index 000000000000..31c4c968ab39
--- /dev/null
+++ b/net-im/pymsn-t/files/pymsn-t-0.9.5-arguments.patch
@@ -0,0 +1,11 @@
+--- PyMSNt-ori 2005-08-28 16:38:26.000000000 +0100
++++ PyMSNt 2005-08-28 16:39:06.000000000 +0100
+@@ -1,6 +1,6 @@
+ #!/bin/bash
+
+-cd `dirname $0`/src
+-exec -a PyMSNt python main.py
++cd `dirname $0`/pymsn-t/src
++exec -a PyMSNt python main.py $*
+ cd `dirname $0`
+