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

From Peter Eisentraut
Subject pgsql: Fix client-only installation
Date
Msg-id [email protected]
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 <[email protected]>

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/6d969b000eb4dd952ee442388260dd22f265078b

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