mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-24 03:47:39 +00:00
FS-6604: needs DESTDIR
This commit is contained in:
parent
548be28694
commit
c76c132692
@ -20,8 +20,8 @@ MCAST_la_LDFLAGS = -avoid-version -module -no-undefined -shared $(PERL_LDFLAGS
|
|||||||
install-data-local: perlmod-install
|
install-data-local: perlmod-install
|
||||||
|
|
||||||
perlmod-install: install-perlLTLIBRARIES
|
perlmod-install: install-perlLTLIBRARIES
|
||||||
install -d -m 755 $(PERL_SITEDIR)
|
install -d -m 755 $(DESTDIR)$(PERL_SITEDIR)
|
||||||
install -m 755 mcast/MCAST.pm $(PERL_SITEDIR)
|
install -m 755 mcast/MCAST.pm $(DESTDIR)$(PERL_SITEDIR)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
mcast/esl_wrap.cpp:
|
mcast/esl_wrap.cpp:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user