8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 260590e commit 1ebe75aCopy full SHA for 1ebe75a
config/Makefile
@@ -7,9 +7,11 @@ include $(top_builddir)/src/Makefile.global
7
8
install: all installdirs
9
$(INSTALL_SCRIPT) $(srcdir)/install-sh '$(DESTDIR)$(pgxsdir)/config/install-sh'
10
+ $(INSTALL_SCRIPT) $(srcdir)/missing '$(DESTDIR)$(pgxsdir)/config/missing'
11
12
installdirs:
13
$(MKDIR_P) '$(DESTDIR)$(pgxsdir)/config'
14
15
uninstall:
16
rm -f '$(DESTDIR)$(pgxsdir)/config/install-sh'
17
+ rm -f '$(DESTDIR)$(pgxsdir)/config/missing'
0 commit comments