]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
Fixed perl-shared default path 663/head
authorJean-Michel Vourgère <nirgal@debian.org>
Sat, 15 Aug 2015 13:20:12 +0000 (15:20 +0200)
committerJean-Michel Vourgère <nirgal@debian.org>
Sat, 15 Aug 2015 13:20:12 +0000 (15:20 +0200)
This is only used if you use makemaker dirrectly in the perl-shared directory.

bindings/perl-shared/Makefile.PL

index 07d67ce4c18061ce1156b808453ae9b4eb314645..e24dea336bab44f6f9febc4ad196dae27957e987 100644 (file)
@@ -27,8 +27,8 @@ if (($Config{'osname'} eq 'MSWin32' && $ENV{'OSTYPE'} eq '')) {
                ) : ()
        );
 }else{
-       my $TOP_SRCDIR = $ENV{'ABS_TOP_SRCDIR'} || '../../..';
-       my $TOP_BUILDDIR = $ENV{'ABS_TOP_BUILDDIR'} || '../../..';
+       my $TOP_SRCDIR = $ENV{'ABS_TOP_SRCDIR'} || '../..';
+       my $TOP_BUILDDIR = $ENV{'ABS_TOP_BUILDDIR'} || '../..';
        my $SRCDIR = $ENV{'ABS_SRCDIR'} || '.';
        # if the last argument when calling Makefile.PL is RPATH=/... and ... is the
        # path to librrd.so then the Makefile will be written such that RRDs.so knows