]> granicus.if.org Git - postgresql/commit
Fix client-only installation
authorPeter Eisentraut <peter_e@gmx.net>
Sat, 18 Jan 2014 04:08:22 +0000 (23:08 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Sat, 18 Jan 2014 04:17:59 +0000 (23:17 -0500)
commit15699d9bf8562b47f6ac48018d028d557d33ca1b
tree5b438f8c9509d5d0fcb63052b342e256c0a3ad37
parent72cce2c7806dbe872176d5af929b7f280f144d48
Fix client-only installation

The psql Makefile was not creating $(datadir) before installing
psqlrc.sample there.

In most cases, the directory would be created in some other way, but for
the documented from-source client-only installation procedure, it could
fail.

Reported-by: Mike Blackwell <mike.blackwell@rrd.com>
src/bin/psql/Makefile