projects
/
postgres-xl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b104fe6
)
Create destination data directory before trying to install GTM sample files
author
Pavan Deolasee
<
[email protected]
>
Tue, 29 Nov 2016 05:29:23 +0000
(10:59 +0530)
committer
Pavan Deolasee
<
[email protected]
>
Fri, 5 May 2017 04:59:33 +0000
(10:29 +0530)
Report and patch by Owais Khan
src/gtm/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/gtm/Makefile
b/src/gtm/Makefile
index d378f2d13ab27bcded0dd44bf20be3c27e32d4c9..352785a2f9c411f54323619d69778547f1f52427 100644
(file)
--- 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)