From f69862bf5e1cde747a2c4f15eeca872e0030c6bd Mon Sep 17 00:00:00 2001 From: Tim Yardley Date: Tue, 10 Apr 2007 22:34:14 +0000 Subject: [PATCH] clean up postgresql SVN-Revision: 6928 --- libs/postgresql/Makefile | 2 +- libs/postgresql/files/{postgresql.conf => postgresql.config} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename libs/postgresql/files/{postgresql.conf => postgresql.config} (100%) diff --git a/libs/postgresql/Makefile b/libs/postgresql/Makefile index 17ee3e6e99..30103610ee 100644 --- a/libs/postgresql/Makefile +++ b/libs/postgresql/Makefile @@ -195,7 +195,7 @@ define Package/pgsql-server/install $(PKG_INSTALL_DIR)/usr/share/postgresql/system_views.sql \ $(1)/usr/share/postgresql - $(INSTALL_DATA) ./files/postgresql.config $(1)/etc/config/postgres + $(INSTALL_DATA) ./files/postgresql.config $(1)/etc/config/postgresql $(CP) -r \ $(PKG_INSTALL_DIR)/usr/share/postgresql/timezone \ diff --git a/libs/postgresql/files/postgresql.conf b/libs/postgresql/files/postgresql.config similarity index 100% rename from libs/postgresql/files/postgresql.conf rename to libs/postgresql/files/postgresql.config -- 2.30.2