]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-6604: needs DESTDIR
authorMichael Jerris <mike@jerris.com>
Tue, 17 Jun 2014 16:53:10 +0000 (11:53 -0500)
committerMichael Jerris <mike@jerris.com>
Tue, 17 Jun 2014 16:53:10 +0000 (11:53 -0500)
src/mod/endpoints/mod_verto/Makefile.am

index 06d6e9dffc262d33e795731473d4604c78c9aeda..4e85399e7e39c148855aba042999e1ed4645b7f0 100644 (file)
@@ -20,8 +20,8 @@ MCAST_la_LDFLAGS   = -avoid-version -module -no-undefined -shared $(PERL_LDFLAGS
 install-data-local: perlmod-install
 
 perlmod-install: install-perlLTLIBRARIES
-       install -d -m 755 $(PERL_SITEDIR)
-       install -m 755 mcast/MCAST.pm $(PERL_SITEDIR)
+       install -d -m 755 $(DESTDIR)$(PERL_SITEDIR)
+       install -m 755 mcast/MCAST.pm $(DESTDIR)$(PERL_SITEDIR)
 endif
 
 mcast/esl_wrap.cpp: