forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit04f91ae
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 parent1b4359b commit04f91ae
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
136 | 136 |
| |
137 | 137 |
| |
138 | 138 |
| |
| 139 | + | |
| 140 | + | |
| 141 | + | |
139 | 142 |
| |
140 | 143 |
| |
141 | 144 |
| |
|
0 commit comments
Comments
(0)