Fix client-only installation
authorPeter Eisentraut <[email protected]>
Sat, 18 Jan 2014 04:08:22 +0000 (23:08 -0500)
committerPeter Eisentraut <[email protected]>
Sat, 18 Jan 2014 04:12:50 +0000 (23:12 -0500)
commit526e38751a984ad2790246b5264a26c227ef0af8
tree594ea6537d48a9cd0b5d8d99a8c4234dbf8d7a14
parentaa00af38c802b527338f0f14177c148a0cfed05c
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 <[email protected]>
src/bin/psql/Makefile