From 0a6a10f584591cb407372d166f421e2e55b4c76d Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Tue, 17 Jun 2014 12:10:47 -0500 Subject: [PATCH] FS-6604: fix this same issue in esl too --- libs/esl/perl/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/esl/perl/Makefile.am b/libs/esl/perl/Makefile.am index 3c54583eed..8a3fb39517 100644 --- a/libs/esl/perl/Makefile.am +++ b/libs/esl/perl/Makefile.am @@ -12,9 +12,9 @@ perlmod: ESL.la install-data-local: perlmod-install perlmod-install: install-perlLTLIBRARIES - install -m 755 ESL.pm $(PERL_SITEDIR) - install -d -m 755 ESL $(PERL_SITEDIR)/ESL - install -m 755 ESL/* $(PERL_SITEDIR)/ESL + install -d -m 755 ESL $(DESTDIR)$(PERL_SITEDIR)/ESL + install -m 755 ESL.pm $(DESTDIR)$(PERL_SITEDIR) + install -m 755 ESL/* $(DESTDIR)$(PERL_SITEDIR)/ESL endif esl_wrap.cpp: