[interchange-cvs] [SCM] Interchange branch, master, updated. 837be0427f40fd8f2d34fc3d6bbdc4d84aeb4ad3

Jon Jensen interchange-cvs at icdevgroup.org
Wed Jun 24 15:43:35 UTC 2009


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.com>
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



More information about the interchange-cvs mailing list