On 11/03/2011 14:34, Vincent Danjean wrote:
> I will send one message per patch I applied with some comment and a last
> one with global comments and questions.

The fourth path ensures here again that perl packages are installed into
distribution directories and not local-admin directories.
  I'm not sure it should be applied upstream.

  Regards,
    Vincent
Fix install directory for perl modules
--- a/module/swig/perl5/Makefile.am
+++ b/module/swig/perl5/Makefile.am
@@ -17,7 +17,7 @@
 	( cd OW; $(PERL) Makefile.PL )
 else
 if HAVE_DEBIAN
-	( cd OW; $(PERL) Makefile.PL PREFIX=@prefix@ )
+	( cd OW; $(PERL) Makefile.PL INSTALLDIRS=vendor )
 else
 	( cd OW; $(PERL) Makefile.PL )
 endif

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to