]> 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:08:22 +0000 (23:08 -0500)
commitad6bf0291a9fed503af3d5e777315a8997571647
treeb553680ae6850e4d0ece471201ba6d8dad427408
parentaf9e3d652358664f2e749be2398428732121e317
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