Fix client-only installation

Peter Eisentraut <peter_e@gmx.net>

Commit: ad6bf0291a9fed503af3d5e777315a8997571647
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2014-01-18T04:08:22Z
Releases: 9.4.0
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