git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5948
91ce42f0-d328-0410-95d8-
f526ca767f89
--- /dev/null
+--- create_sqlite3_database.in 2007-11-17 08:32:46.000000000 -0500
++++ create_sqlite3_database.in.fixed 2007-11-17 08:35:00.000000000 -0500
+@@ -2,7 +2,7 @@
+ #
+ # shell script to create Bacula SQLite tables
+
+-bindir=@SQL_BINDIR@
++bindir=/usr/lib/bacula/sqlite
+ cd @working_dir@
+ sqlite=@DB_TYPE@
+ db_name=@db_name@
--- /dev/null
+--- make_sqlite3_tables.in 2007-11-17 08:33:03.000000000 -0500
++++ make_sqlite3_tables.in.fixed 2007-11-17 08:35:28.000000000 -0500
+@@ -2,7 +2,7 @@
+ #
+ # shell script to create Bacula SQLite tables
+
+-bindir=@SQL_BINDIR@
++bindir=/usr/lib/bacula/sqlite
+ cd @working_dir@
+ sqlite=@DB_TYPE@
+ db_name=@db_name@
--- /dev/null
+--- update_sqlite3_tables.in 2007-11-17 08:33:18.000000000 -0500
++++ update_sqlite3_tables.in.fixed 2007-11-17 08:35:50.000000000 -0500
+@@ -9,7 +9,7 @@
+ echo "this script may take several minutes to run."
+ echo " "
+
+-bindir=@SQL_BINDIR@
++bindir=/usr/lib/bacula/sqlite
+ cd @working_dir@
+ sqlite=@DB_TYPE@
+ db_name=@db_name@