File setup.sh.diff of Package moneyplex

--- setup.sh.orig	2009-01-01 12:00:00.000000000 +0100
+++ setup.sh	2009-10-29 14:49:31.000000000 +0100
@@ -3,4 +3,10 @@
 QUICKSETUP=`dirname "$0"`/quicksetup.sh
 MESSAGE="Druecken Sie die Eingabetaste, um die Installation zu beenden"
 
-xterm -e /bin/sh -c "/bin/sh \"$QUICKSETUP\"; echo \"$MESSAGE\"; read a"
+if test -x $HOME/.moneyplex-path/start; then
+    exec $HOME/.moneyplex-path/start
+else
+    cd /opt/moneyplex
+    exec xterm -e /bin/sh -c "/bin/sh ./quicksetup.sh; echo \"$MESSAGE\"; read a"
+fi
+
openSUSE Build Service is sponsored by