forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit526e387
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 parentaa00af3 commit526e387
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
67 |
| - | |
| 67 | + | |
68 | 68 |
| |
69 | 69 |
| |
70 | 70 |
| |
|
0 commit comments
Comments
(0)