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:58
Message-ID: E1W4NN4-0000ta-MU@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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/ad6bf0291a9fed503af3d5e777315a8997571647

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2014-01-18 04:18:59 pgsql: Fix client-only installation
Previous Message Tom Lane 2014-01-18 01:58:38 pgsql: Minor code beautification in contrib/sslinfo.