]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-6604: install to archlib not sitelibexp
authorMichael Jerris <mike@jerris.com>
Tue, 17 Jun 2014 16:19:02 +0000 (11:19 -0500)
committerMichael Jerris <mike@jerris.com>
Tue, 17 Jun 2014 16:19:02 +0000 (11:19 -0500)
src/mod/endpoints/mod_verto/Makefile.am

index 56d0bd4048603568833b54a841d151932710cac8..06d6e9dffc262d33e795731473d4604c78c9aeda 100644 (file)
@@ -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