pgsql: Fix client-only installation - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Fix client-only installation
Date
Msg-id E1W4NN5-0000tl-0J@gemulon.postgresql.org
Whole thread Raw
List 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.blackwell@rrd.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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Fix client-only installation
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Fix client-only installation