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:15:00 +0000 (23:15 -0500)
commit2346c383af7d9dbb2b8609cc407658ff30f86155
treec4ae32df39a6bdde80a4b30c6ee48abc0ceed8c8
parent5d742b9ce119739c32a08f0e20a2d89102e489dd
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