FS-6604: install to archlib not sitelibexp

This commit is contained in:
Michael Jerris 2014-06-17 11:19:02 -05:00
parent 5dd7791307
commit 6e05bfba13
1 changed files with 1 additions and 1 deletions

View 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