Fix client-only installation

Peter Eisentraut <peter_e@gmx.net>

Commit: 2346c383af7d9dbb2b8609cc407658ff30f86155
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2014-01-18T04:15:00Z
Releases: 9.0.16
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>

Files

PathChange+/−
src/bin/psql/Makefile modified +1 −1