blob: f61d47a0289a7802d5f993a3eda786dbf04416f0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$FreeBSD: ports/databases/libgda/files/patch-tools::gda-buildserver.in,v 1.1 2001/08/06 10:56:39 sobomax Exp $
--- tools/gda-buildserver.in 2001/08/06 08:16:41 1.1
+++ tools/gda-buildserver.in 2001/08/06 08:16:54
@@ -7,7 +7,7 @@
CC=@CC@
shell=@shell@
-TEMPLATES_DIR="${prefix}/share/gda/templates"
+TEMPLATES_DIR="${prefix}/share/gnome/gda/templates"
TMPL_C_FILES="gda-srv-command.c gda-srv-connection.c gda-srv-recordset.c main-srv.c"
TMPL_H_FILES="gda-srv.h"
|