pgsql: Fix client-only installation

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix client-only installation
Date: 2014-01-18 04:18:59
Message-ID: E1W4NN5-0000tl-0J@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(dot)blackwell(at)rrd(dot)com>

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/2346c383af7d9dbb2b8609cc407658ff30f86155

Modified Files
--------------
src/bin/psql/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2014-01-18 20:31:04 pgsql: Export a few more symbols required for test_shm_mq module.
Previous Message Peter Eisentraut 2014-01-18 04:18:58 pgsql: Fix client-only installation