forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb134682
committed
Make sure sharedir/extension/ directory is created when needed.
The previous coding worked as long as MODULEDIR wasn't set explicitly,because we create sharedir/$(datamoduledir) and the default value ofthat is "extension". But if some other value is specified for MODULEDIRthen the installation directory needed for the control file wasn't made.Cédric Villemain1 parent7b90469 commitb134682
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
146 | 146 |
| |
147 | 147 |
| |
148 | 148 |
| |
| 149 | + | |
| 150 | + | |
| 151 | + | |
149 | 152 |
| |
150 | 153 |
| |
151 | 154 |
| |
|
0 commit comments
Comments
(0)