Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit04f91ae

Browse files
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 Villemain
1 parent1b4359b commit04f91ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎src/makefiles/pgxs.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,9 @@ endif # MODULE_big
136136

137137

138138
installdirs:
139+
ifneq (,$(EXTENSION))
140+
$(MKDIR_P) '$(DESTDIR)$(datadir)/extension'
141+
endif
139142
ifneq (,$(DATA)$(DATA_built))
140143
$(MKDIR_P) '$(DESTDIR)$(datadir)/$(datamoduledir)'
141144
endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp