Обсуждение: pgsql: Fix client-only installation

Поиск
Список
Период
Сортировка

pgsql: Fix client-only installation

От
Peter Eisentraut
Дата:
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
------
master

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

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