Mercurial > noffle
changeset 476:29cccddfc307 noffle
[svn] * Makefile.am,Makefile.in: Remove unnecessary install option -D and relace
all user.group params in chown with the more modern user:group. Rerun
automake. MacOS X doesn't have -D on its install and its chown whinges
about user.group. Thanks again to Andre Berger.
author | bears |
---|---|
date | Tue, 16 Mar 2004 11:44:43 +0000 |
parents | 20abd71918ad |
children | 48be71391b9d |
files | ChangeLog Makefile.am Makefile.in |
diffstat | 3 files changed, 12 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Tue Mar 16 10:24:18 2004 +0000 +++ b/ChangeLog Tue Mar 16 11:44:43 2004 +0000 @@ -2,6 +2,10 @@ * src/authenticate.c: Move includes of grp.h and pwd.h to after the include of their pre-requisite headers. Spotted on MacOS X by Andre Berger. +* Makefile.am,Makefile.in: Remove unnecessary install option -D and relace + all user.group params in chown with the more modern user:group. Rerun + automake. MacOS X doesn't have -D on its install and its chown whinges + about user.group. Thanks again to Andre Berger. Sun Nov 29 2003 Jim Hague <jim.hague@acm.org>
--- a/Makefile.am Tue Mar 16 10:24:18 2004 +0000 +++ b/Makefile.am Tue Mar 16 11:44:43 2004 +0000 @@ -11,7 +11,7 @@ $(INSTALL) -o news -g news -d $(DESTDIR)$(SPOOLDIR)/requested $(INSTALL) -o news -g news -d $(DESTDIR)$(SPOOLDIR)/outgoing $(INSTALL) -o news -g news -d $(DESTDIR)$(SPOOLDIR)/overview - chown -R news.news $(DESTDIR)$(SPOOLDIR) + chown -R news:news $(DESTDIR)$(SPOOLDIR) $(INSTALL) -m 0755 -o 0 -g 0 -d $(DESTDIR)$(DOCDIR) $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/AUTHORS $(DESTDIR)$(DOCDIR) $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/COPYING $(DESTDIR)$(DOCDIR) @@ -20,9 +20,9 @@ $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/NEWS $(DESTDIR)$(DOCDIR) $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/README $(DESTDIR)$(DOCDIR) $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/TODO $(DESTDIR)$(DOCDIR) - $(INSTALL_DATA) -D -o 0 -g 0 $(srcdir)/noffle.conf.example \ + $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/noffle.conf.example \ $(DESTDIR)$(CONFIGFILE).example - chown news.news $(DESTDIR)$(CONFIGFILE).example + chown news:news $(DESTDIR)$(CONFIGFILE).example chmod 0640 $(DESTDIR)$(CONFIGFILE).example @echo @echo "****************************************************************" @@ -32,7 +32,7 @@ @echo install-exec-local: - chown news.news $(DESTDIR)$(bindir)/`echo $(PACKAGE)|sed '$(transform)'` + chown news:news $(DESTDIR)$(bindir)/`echo $(PACKAGE)|sed '$(transform)'` chmod 06755 $(DESTDIR)$(bindir)/`echo $(PACKAGE)|sed '$(transform)'` uninstall-local:
--- a/Makefile.in Tue Mar 16 10:24:18 2004 +0000 +++ b/Makefile.in Tue Mar 16 11:44:43 2004 +0000 @@ -365,7 +365,7 @@ $(INSTALL) -o news -g news -d $(DESTDIR)$(SPOOLDIR)/requested $(INSTALL) -o news -g news -d $(DESTDIR)$(SPOOLDIR)/outgoing $(INSTALL) -o news -g news -d $(DESTDIR)$(SPOOLDIR)/overview - chown -R news.news $(DESTDIR)$(SPOOLDIR) + chown -R news:news $(DESTDIR)$(SPOOLDIR) $(INSTALL) -m 0755 -o 0 -g 0 -d $(DESTDIR)$(DOCDIR) $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/AUTHORS $(DESTDIR)$(DOCDIR) $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/COPYING $(DESTDIR)$(DOCDIR) @@ -374,9 +374,9 @@ $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/NEWS $(DESTDIR)$(DOCDIR) $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/README $(DESTDIR)$(DOCDIR) $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/TODO $(DESTDIR)$(DOCDIR) - $(INSTALL_DATA) -D -o 0 -g 0 $(srcdir)/noffle.conf.example \ + $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/noffle.conf.example \ $(DESTDIR)$(CONFIGFILE).example - chown news.news $(DESTDIR)$(CONFIGFILE).example + chown news:news $(DESTDIR)$(CONFIGFILE).example chmod 0640 $(DESTDIR)$(CONFIGFILE).example @echo @echo "****************************************************************" @@ -386,7 +386,7 @@ @echo install-exec-local: - chown news.news $(DESTDIR)$(bindir)/`echo $(PACKAGE)|sed '$(transform)'` + chown news:news $(DESTDIR)$(bindir)/`echo $(PACKAGE)|sed '$(transform)'` chmod 06755 $(DESTDIR)$(bindir)/`echo $(PACKAGE)|sed '$(transform)'` uninstall-local: