Chris Browne cbbrowne at lists.slony.info
Wed Jul 4 08:10:42 PDT 2007
Update of /home/cvsd/slony1/slony1-engine/tools/altperl
In directory main.slony.info:/tmp/cvs-serv26772

Modified Files:
	Makefile 
Log Message:
Per Peter Eisentraut

Use perlsharedir rather than pglibdir to indicate (in altperl tools) where
the main .pm file is installed.


Index: Makefile
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/tools/altperl/Makefile,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** Makefile	6 Dec 2006 18:37:58 -0000	1.15
--- Makefile	4 Jul 2007 15:10:40 -0000	1.16
***************
*** 27,31 ****
  		$(SED) -e "s#@@PERL@@#$(PERL)#;" \
                         -e "s#@@SYSCONFDIR@@#$(sysconfdir)#;" \
!                        -e "s#@@PGLIBDIR@@#$(pglibdir)#;" \
                         -e "s#@@PGBINDIR@@#$(pgbindir)#;" \
                         -e "s#@@SLONBINDIR@@#$(slonbindir)#;" \
--- 27,31 ----
  		$(SED) -e "s#@@PERL@@#$(PERL)#;" \
                         -e "s#@@SYSCONFDIR@@#$(sysconfdir)#;" \
!                        -e "s#@@PGLIBDIR@@#$(pgsharedir)#;" \
                         -e "s#@@PGBINDIR@@#$(pgbindir)#;" \
                         -e "s#@@SLONBINDIR@@#$(slonbindir)#;" \



More information about the Slony1-commit mailing list