*** Makefile.orig	Thu Dec 14 17:34:20 2006
--- Makefile	Tue Oct  9 06:14:52 2007
***************
*** 22,28 ****
  #
  
  # Set the location of Perl.
! PERL = /usr/bin/perl
  
  # Blank by default, but set to QUIET to ask essential questions only
  INSTALL_VERBOSITY?= STANDARD
--- 22,28 ----
  #
  
  # Set the location of Perl.
! PERL = /usr/local/bin/perl
  
  # Blank by default, but set to QUIET to ask essential questions only
  INSTALL_VERBOSITY?= STANDARD
***************
*** 203,213 ****
  
  lib 		: 
  	-rm -f lib/Makefile
! 	cd lib; $(PERL) Makefile.PL; $(MAKE) install
  
  bin 		:
  	-rm -f bin/Makefile
! 	cd bin; $(PERL) Makefile.PL; $(MAKE) install
  
  files 		: config.db bconf/bricolage.conf
  	$(PERL) inst/files.pl
--- 203,213 ----
  
  lib 		: 
  	-rm -f lib/Makefile
! 	cd lib; $(PERL) Makefile.PL; $(MAKE) all pure_install
  
  bin 		:
  	-rm -f bin/Makefile
! 	cd bin; $(PERL) Makefile.PL; $(MAKE) all pure_install
  
  files 		: config.db bconf/bricolage.conf
  	$(PERL) inst/files.pl
***************
*** 216,225 ****
  	$(PERL) inst/files.pl INSTALL HOT_COPY
  
  db    		: inst/db.pl postgres.db
! 	$(PERL) inst/db.pl
  
  db_grant	: inst/db.pl postgres.db
! 	$(PERL) inst/db_grant.pl
  
  done		: bconf/bricolage.conf db files bin lib cpan
  	$(PERL) inst/done.pl
--- 216,225 ----
  	$(PERL) inst/files.pl INSTALL HOT_COPY
  
  db    		: inst/db.pl postgres.db
! #	$(PERL) inst/db.pl
  
  db_grant	: inst/db.pl postgres.db
! #	$(PERL) inst/db_grant.pl
  
  done		: bconf/bricolage.conf db files bin lib cpan
  	$(PERL) inst/done.pl
