examples: eina-cxx: ensure the install hook honors a set DESTDIR

Only missing from the mkdir this time.
This commit is contained in:
Simon Lees 2016-06-17 15:05:02 +09:30
parent bceb06d6ba
commit d8bc04e76a
No known key found for this signature in database
GPG Key ID: 11D42E9ABE18FC91
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ clean-local:
rm -f $(EXTRA_PROGRAMS)
install-examples:
$(MKDIR_P) $(datadir)/eina_cxx/examples
$(MKDIR_P) $(DESTDIR)$(datadir)/eina_cxx/examples
cd $(srcdir) && $(install_sh_DATA) -c $(SRCS) $(DATA_FILES) $(DESTDIR)$(datadir)/eina_cxx/examples
uninstall-local: