Fri Feb 11 17:05:12 PST 2005
- Previous message: [Slony1-commit] By smsimms: Added an "install" target to Makefile.
- Next message: [Slony1-commit] By cbbrowne: Added documentation about how the slony user needs to not
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message: ----------- Install .sql and .conf files as mode 644 not 755 Modified Files: -------------- slony1-engine/share: Makefile (r1.1 -> r1.2) slony1-engine/src/backend: Makefile (r1.16 -> r1.17) slony1-engine/src/xxid: Makefile (r1.14 -> r1.15) -------------- next part -------------- Index: Makefile =================================================================== RCS file: /usr/local/cvsroot/slony1/slony1-engine/share/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -Lshare/Makefile -Lshare/Makefile -u -w -r1.1 -r1.2 --- share/Makefile +++ share/Makefile @@ -17,7 +17,7 @@ install: for file in $(CONF_NAMES); do \ - $(INSTALL_SCRIPT) $$file $(DESTDIR)$(pgsharedir) || exit ; \ + $(INSTALL_DATA) $$file $(DESTDIR)$(pgsharedir) || exit ; \ done distdir: $(DISTFILES) Index: Makefile =================================================================== RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/backend/Makefile,v retrieving revision 1.16 retrieving revision 1.17 diff -Lsrc/backend/Makefile -Lsrc/backend/Makefile -u -w -r1.16 -r1.17 --- src/backend/Makefile +++ src/backend/Makefile @@ -49,7 +49,7 @@ install: all installdirs $(INSTALL_SCRIPT) $(SO_NAME) $(DESTDIR)$(pgpkglibdir) for file in $(SQL_NAMES); do \ - $(INSTALL_SCRIPT) $$file $(DESTDIR)$(pgsharedir) || exit ; \ + $(INSTALL_DATA) $$file $(DESTDIR)$(pgsharedir) || exit ; \ done Index: Makefile =================================================================== RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/xxid/Makefile,v retrieving revision 1.14 retrieving revision 1.15 diff -Lsrc/xxid/Makefile -Lsrc/xxid/Makefile -u -w -r1.14 -r1.15 --- src/xxid/Makefile +++ src/xxid/Makefile @@ -40,7 +40,7 @@ install: all installdirs $(INSTALL_SCRIPT) $(SO_NAME) $(DESTDIR)$(pgpkglibdir) for file in $(SQL_NAMES); do \ - $(INSTALL_SCRIPT) $$file $(DESTDIR)$(pgsharedir) || exit ; \ + $(INSTALL_DATA) $$file $(DESTDIR)$(pgsharedir) || exit ; \ done
- Previous message: [Slony1-commit] By smsimms: Added an "install" target to Makefile.
- Next message: [Slony1-commit] By cbbrowne: Added documentation about how the slony user needs to not
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list