bindings/Makefile: perl: Use INSTALL_BASE rather than PREFIX.
authorSebastian Harl <sh@teamix.net>
Wed, 13 Jun 2012 12:33:05 +0000 (14:33 +0200)
committerFlorian Forster <octo@collectd.org>
Thu, 13 Sep 2012 08:58:16 +0000 (10:58 +0200)
commit97e8f346a88eccf4d1608c21d5cc6ee9620c1c41
treec5e5e6d2f7d3783595e395457f2508f9190a507f
parentc43464c98c24cd886e839756076a4cded37cdaea
bindings/Makefile: perl: Use INSTALL_BASE rather than PREFIX.

Some versions of Perl / ExtUtils::MakeMaker will else abort with an error
message explaining INSTALL_BASE and PREFIX may not be used both. However, I
don't know where the other definition comes from.

Signed-off-by: Florian Forster <octo@collectd.org>
bindings/Makefile.am