Blame SOURCES/hsqldb-1.8.0-scripts.patch

100e1c
--- bin/runUtil.sh.orig	2004-08-10 16:04:01.000000000 +0200
100e1c
+++ bin/runUtil.sh	2004-08-10 16:05:43.000000000 +0200
100e1c
@@ -31,7 +31,7 @@
100e1c
 progname=`basename $0`
100e1c
 
100e1c
 # ../ will lead us to the home
100e1c
-dbhome="$progdir/.."
100e1c
+dbhome=/var/lib/hsqldb
100e1c
 
100e1c
 # absolutize dbhome
100e1c
 
100e1c
@@ -40,7 +40,7 @@
100e1c
 #
100e1c
 # bring in needed functions
100e1c
 
100e1c
-. ${dbhome}/lib/functions
100e1c
+. /var/lib/hsqldb/lib/functions
100e1c
 
100e1c
 #--------------------------------------------------------------------------------------------------------------
100e1c
 pre_main