mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-16 16:58:35 +00:00
FS-6604: fix this same issue in esl too
This commit is contained in:
parent
c76c132692
commit
0a6a10f584
@ -12,9 +12,9 @@ perlmod: ESL.la
|
|||||||
install-data-local: perlmod-install
|
install-data-local: perlmod-install
|
||||||
|
|
||||||
perlmod-install: install-perlLTLIBRARIES
|
perlmod-install: install-perlLTLIBRARIES
|
||||||
install -m 755 ESL.pm $(PERL_SITEDIR)
|
install -d -m 755 ESL $(DESTDIR)$(PERL_SITEDIR)/ESL
|
||||||
install -d -m 755 ESL $(PERL_SITEDIR)/ESL
|
install -m 755 ESL.pm $(DESTDIR)$(PERL_SITEDIR)
|
||||||
install -m 755 ESL/* $(PERL_SITEDIR)/ESL
|
install -m 755 ESL/* $(DESTDIR)$(PERL_SITEDIR)/ESL
|
||||||
endif
|
endif
|
||||||
|
|
||||||
esl_wrap.cpp:
|
esl_wrap.cpp:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user