Fix client-only installation
authorPeter Eisentraut <peter_e@gmx.net>
Sat, 18 Jan 2014 04:08:22 +0000 (23:08 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Sat, 18 Jan 2014 04:11:02 +0000 (23:11 -0500)
commit586bea6124cd64e495856f97caa612b717cd5de2
treebacc3ac74f2471ba34f4eaf86cefdcb6a09685d4
parente34acac62e848fc144699d18b33865e1d9474dc3
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>
src/bin/psql/Makefile