Make sure sharedir/extension/ directory is created when needed.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: b1346822f3048ede254647f3a46186e4c0ec68d6
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2012-12-01T21:04:39Z
Releases: 9.3.0
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 of
that is "extension".  But if some other value is specified for MODULEDIR
then the installation directory needed for the control file wasn't made.

Cédric Villemain

Files

PathChange+/−
src/makefiles/pgxs.mk modified +3 −0