From: Pavan Deolasee Date: Tue, 29 Nov 2016 05:29:23 +0000 (+0530) Subject: Create destination data directory before trying to install GTM sample files X-Git-Tag: XL_10_R1BETA1~338 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=5598e6f56e744ead3f04298cd053163bf6b15ac7;p=postgres-xl.git Create destination data directory before trying to install GTM sample files Report and patch by Owais Khan --- diff --git a/src/gtm/Makefile b/src/gtm/Makefile index d378f2d13a..352785a2f9 100644 --- a/src/gtm/Makefile +++ b/src/gtm/Makefile @@ -46,6 +46,7 @@ install: all installdirs installdirs: $(MKDIR_P) '$(DESTDIR)$(bindir)' + $(MKDIR_P) '$(DESTDIR)$(datadir)' uninstall: rm -f $(DESTDIR)$(bindir)/gtm$(X)