Blob Blame History Raw
diff -up qle-0.0.7/qle.sh.orig qle-0.0.7/qle.sh
--- qle-0.0.7/qle.sh.orig	2007-12-08 10:15:59.000000000 +0100
+++ qle-0.0.7/qle.sh	2007-12-08 10:23:51.000000000 +0100
@@ -1,3 +1,4 @@
+#!/bin/bash
 # Suggested start-up script for 'qle'
 #
 # Using a start-up shell script allows you to set the X-window font
@@ -6,6 +7,6 @@
 # '--' options are interpreted by qle, e.g. '--splitScreen'.
 # '-'  options are for the window manager, e.g '-geometry'.
 #
-cd ~/qle-0.0.10
-perl qle-0.0.10.pl -font "terminus-bold-14" -geometry "800x680+100+20" --splitScreen=0 $1 $2 $3 $4
+cd /usr/share/qle
+perl /usr/share/qle/qle-0.0.10.pl -font "terminus-bold-14" -geometry "800x680+100+20" --splitScreen=0 $1 $2 $3 $4