From: Michael Jerris Date: Tue, 17 Jun 2014 16:19:02 +0000 (-0500) Subject: FS-6604: install to archlib not sitelibexp X-Git-Tag: v1.5.13~153 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6e05bfba1382cc88d08875b6b42ea1b48c128a05;p=thirdparty%2Ffreeswitch.git FS-6604: install to archlib not sitelibexp --- diff --git a/src/mod/endpoints/mod_verto/Makefile.am b/src/mod/endpoints/mod_verto/Makefile.am index 56d0bd4048..06d6e9dffc 100644 --- a/src/mod/endpoints/mod_verto/Makefile.am +++ b/src/mod/endpoints/mod_verto/Makefile.am @@ -20,7 +20,7 @@ MCAST_la_LDFLAGS = -avoid-version -module -no-undefined -shared $(PERL_LDFLAGS install-data-local: perlmod-install perlmod-install: install-perlLTLIBRARIES - install -m 755 $(PERL_SITEDIR) + install -d -m 755 $(PERL_SITEDIR) install -m 755 mcast/MCAST.pm $(PERL_SITEDIR) endif