summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavan Deolasee2016-11-29 05:29:23 +0000
committerPavan Deolasee2017-05-05 04:59:33 +0000
commit5598e6f56e744ead3f04298cd053163bf6b15ac7 (patch)
tree81a1f5a97cfec3fd667d8487dd62b2d6c8fbeeb4
parentb104fe6de7a496ce687c3e50e86659cca4ffe279 (diff)
Create destination data directory before trying to install GTM sample files
Report and patch by Owais Khan
-rw-r--r--src/gtm/Makefile1
1 files changed, 1 insertions, 0 deletions
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)