Skip to content

Commit

Permalink
Fixed Makefile.PL to honour the DESTDIR-variable when doing eg. "make…
Browse files Browse the repository at this point in the history
… DESTDIR=/tmp/pacage install"
  • Loading branch information
René Hertell authored and jonjensen committed Jun 24, 2009
1 parent 8fcf5ba commit 837be04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -739,7 +739,7 @@ sub MY::install {
next unless $MV::Default{$_};
push @args, "$_=$MV::Default{$_}";
}
push @args, 'final=$(INSTALLARCHLIB)';
push @args, 'final=$(DESTDIR)$(INSTALLARCHLIB)';

my $argstring = join " ", @args;

Expand Down

0 comments on commit 837be04

Please sign in to comment.