mirror of
https://abf.rosa.ru/djam/postgresql93.git
synced 2025-02-23 09:12:48 +00:00
56 lines
1.7 KiB
Diff
56 lines
1.7 KiB
Diff
|
--- postgresql-8.3devel/src/Makefile.global.in.old 2005-10-13 20:35:18.000000000 +0300
|
||
|
+++ postgresql-8.3devel/src/Makefile.global.in 2005-10-13 20:37:01.000000000 +0300
|
||
|
@@ -53,7 +53,7 @@
|
||
|
# Installation directories
|
||
|
#
|
||
|
# These are set by the equivalent --xxxdir configure options. We
|
||
|
-# append "postgresql" to some of them, if the string does not already
|
||
|
+# append "pgsql" to some of them, if the string does not already
|
||
|
# contain "pgsql" or "postgres", in order to avoid directory clutter.
|
||
|
#
|
||
|
# In a PGXS build, we cannot use the values inserted into Makefile.global
|
||
|
@@ -73,14 +73,14 @@
|
||
|
datadir := @datadir@
|
||
|
ifeq "$(findstring pgsql, $(datadir))" ""
|
||
|
ifeq "$(findstring postgres, $(datadir))" ""
|
||
|
-override datadir := $(datadir)/postgresql
|
||
|
+override datadir := $(datadir)/pgsql
|
||
|
endif
|
||
|
endif
|
||
|
|
||
|
sysconfdir := @sysconfdir@
|
||
|
ifeq "$(findstring pgsql, $(sysconfdir))" ""
|
||
|
ifeq "$(findstring postgres, $(sysconfdir))" ""
|
||
|
-override sysconfdir := $(sysconfdir)/postgresql
|
||
|
+override sysconfdir := $(sysconfdir)/pgsql
|
||
|
endif
|
||
|
endif
|
||
|
|
||
|
@@ -89,7 +89,7 @@
|
||
|
pkglibdir = $(libdir)
|
||
|
ifeq "$(findstring pgsql, $(pkglibdir))" ""
|
||
|
ifeq "$(findstring postgres, $(pkglibdir))" ""
|
||
|
-override pkglibdir := $(pkglibdir)/postgresql
|
||
|
+override pkglibdir := $(pkglibdir)/pgsql
|
||
|
endif
|
||
|
endif
|
||
|
|
||
|
@@ -98,7 +98,7 @@
|
||
|
pkgincludedir = $(includedir)
|
||
|
ifeq "$(findstring pgsql, $(pkgincludedir))" ""
|
||
|
ifeq "$(findstring postgres, $(pkgincludedir))" ""
|
||
|
-override pkgincludedir := $(pkgincludedir)/postgresql
|
||
|
+override pkgincludedir := $(pkgincludedir)/pgsql
|
||
|
endif
|
||
|
endif
|
||
|
|
||
|
@@ -109,7 +109,7 @@
|
||
|
ifneq (,$(docdir))
|
||
|
ifeq "$(findstring pgsql, $(docdir))" ""
|
||
|
ifeq "$(findstring postgres, $(docdir))" ""
|
||
|
-override docdir := $(docdir)/postgresql
|
||
|
+override docdir := $(docdir)/pgsql
|
||
|
endif
|
||
|
endif
|
||
|
endif
|