The attached patch includes /usr/share/postgresql/snowball_create.sql in

the pgsql-server package.  This is needed by initdb to actually create a
new database. Signed-off-by: Jeremy Jones <jjones <at> pavlovmedia.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@11141 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
thepeople 2008-05-15 03:13:03 +00:00
parent d8a631b494
commit 984db97b25

View File

@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=postgresql
PKG_VERSION:=8.3.0
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
@ -223,6 +223,7 @@ define Package/pgsql-server/install
$(PKG_INSTALL_DIR)/usr/share/postgresql/psqlrc.sample \
$(PKG_INSTALL_DIR)/usr/share/postgresql/recovery.conf.sample \
$(PKG_INSTALL_DIR)/usr/share/postgresql/system_views.sql \
$(PKG_INSTALL_DIR)/usr/share/postgresql/snowball_create.sql \
$(1)/usr/share/postgresql
$(INSTALL_DATA) ./files/postgresql.config $(1)/etc/config/postgresql