From: Rob H. <for...@us...> - 2004-08-18 08:50:24
|
Update of /cvsroot/sandweb/sandweb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13014 Modified Files: Tag: release-1_0-branch Makefile.PL Log Message: PERLPREFIX seems to work on more installations.. RHE for example. Index: Makefile.PL =================================================================== RCS file: /cvsroot/sandweb/sandweb/Makefile.PL,v retrieving revision 1.12.2.2 retrieving revision 1.12.2.3 diff -U2 -r1.12.2.2 -r1.12.2.3 --- Makefile.PL 25 Jun 2003 07:26:51 -0000 1.12.2.2 +++ Makefile.PL 17 Aug 2004 18:28:30 -0000 1.12.2.3 @@ -29,5 +29,5 @@ ' custom_install: - ./tools/install_script.pl $(PREFIX) + ./tools/install_script.pl $(PERLPREFIX) '; } |