forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2346c38
committed
Fix client-only installation
The psql Makefile was not creating $(datadir) before installingpsqlrc.sample there.In most cases, the directory would be created in some other way, but forthe documented from-source client-only installation procedure, it couldfail.Reported-by: Mike Blackwell <mike.blackwell@rrd.com>1 parent5d742b9 commit2346c38
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
66 |
| - | |
| 66 | + | |
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
|
0 commit comments
Comments
(0)