Fix postgresql installation when already compiled
git-svn-id: svn://svn.openwrt.org/openwrt/packages@10503 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9dca06d348
commit
dcf5d7cb47
@ -205,8 +205,7 @@ define Package/pgsql-server/install
|
|||||||
$(PKG_INSTALL_DIR)/usr/bin/reindexdb \
|
$(PKG_INSTALL_DIR)/usr/bin/reindexdb \
|
||||||
$(PKG_INSTALL_DIR)/usr/bin/vacuumdb \
|
$(PKG_INSTALL_DIR)/usr/bin/vacuumdb \
|
||||||
$(1)/usr/bin
|
$(1)/usr/bin
|
||||||
|
ln -sf postgres $(1)/usr/bin/postmaster
|
||||||
ln -s postgres $(1)/usr/bin/postmaster
|
|
||||||
|
|
||||||
$(INSTALL_BIN) ./files/postgresql.init $(1)/etc/init.d/postgresql
|
$(INSTALL_BIN) ./files/postgresql.init $(1)/etc/init.d/postgresql
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user