
interchange-cvs at icdevgroup
Jun 24, 2009, 8:43 AM
Post #1 of 1
(373 views)
Permalink
|
|
[SCM] Interchange branch, master, updated. 837be0427f40fd8f2d34fc3d6bbdc4d84aeb4ad3
|
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Interchange". The branch, master has been updated via 837be0427f40fd8f2d34fc3d6bbdc4d84aeb4ad3 (commit) from 8fcf5ba8338c51db6bbb3c212da245e2d6c15605 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 837be0427f40fd8f2d34fc3d6bbdc4d84aeb4ad3 Author: René Hertell <interchange [at] hertell> Date: Wed Jun 24 18:28:50 2009 +0300 Fixed Makefile.PL to honour the DESTDIR-variable when doing eg. "make DESTDIR=/tmp/pacage install" ----------------------------------------------------------------------- Summary of changes and diff: Makefile.PL | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index ec81b8c..b26c529 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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; hooks/post-receive -- Interchange
|