]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/cats/make_sqlite3_tables.in.patch
Remove last traces of @SQL_BINDIR@ and @DB_TYPE@
[bacula/bacula] / bacula / src / cats / make_sqlite3_tables.in.patch
1 --- ./make_sqlite3_tables.in    2010-01-25 02:56:28.000000000 -0500
2 +++ ../../../bacula-5.0.0-fixed/src/cats/make_sqlite3_tables.in 2010-01-31 10:09:50.000000000 -0500
3 @@ -2,7 +2,7 @@
4  #
5  # shell script to create Bacula SQLite tables
6  
7 -bindir=@SQLITE_BINDIR@
8 +bindir=/usr/lib/bacula/sqlite
9  PATH="$bindir:$PATH"
10  cd @working_dir@
11  db_name=@db_name@
12