You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
349 B
12 lines
349 B
Index: Makefile.in |
|
--- Makefile.in.orig 2007-11-21 11:14:16 +0100 |
|
+++ Makefile.in 2007-12-15 10:29:38 +0100 |
|
@@ -18,7 +18,7 @@ |
|
srcdir = @srcdir@ |
|
top_srcdir = @top_srcdir@ |
|
VPATH = @srcdir@ |
|
-pkgdatadir = $(datadir)/@PACKAGE@ |
|
+pkgdatadir = $(datadir)/pgpool |
|
pkglibdir = $(libdir)/@PACKAGE@ |
|
pkgincludedir = $(includedir)/@PACKAGE@ |
|
top_builddir = .
|
|
|