Fix client-only installation

Peter Eisentraut <peter_e@gmx.net>

Commit: 586bea6124cd64e495856f97caa612b717cd5de2
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2014-01-18T04:11:02Z
Releases: 9.3.3
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