forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit15ced72
meson: Fix installation path computation
We have the long-standing logic to append "postgresql" to someinstallation paths if it does not already contain "pgsql" or"postgres". The existing meson implementation of that only consideredthe subdirectory under the prefix, not the prefix itself. Fix that,so that it now works the same way as the implementation inMakefile.global.Reviewed-by: Andres Freund <andres@anarazel.de>Discussion:https://www.postgresql.org/message-id/a6a6de12-f705-2b33-2fd9-9743277deb08@enterprisedb.com1 parent3db842c commit15ced72
1 file changed
+6
-4
lines changedLines changed: 6 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
465 | 465 |
| |
466 | 466 |
| |
467 | 467 |
| |
| 468 | + | |
| 469 | + | |
468 | 470 |
| |
469 | 471 |
| |
470 | 472 |
| |
471 |
| - | |
| 473 | + | |
472 | 474 |
| |
473 | 475 |
| |
474 | 476 |
| |
475 | 477 |
| |
476 |
| - | |
| 478 | + | |
477 | 479 |
| |
478 | 480 |
| |
479 | 481 |
| |
480 | 482 |
| |
481 | 483 |
| |
482 | 484 |
| |
483 |
| - | |
| 485 | + | |
484 | 486 |
| |
485 | 487 |
| |
486 | 488 |
| |
| |||
490 | 492 |
| |
491 | 493 |
| |
492 | 494 |
| |
493 |
| - | |
| 495 | + | |
494 | 496 |
| |
495 | 497 |
| |
496 | 498 |
| |
|
0 commit comments
Comments
(0)