tDocumentation now installed as group 0, rather than group "root" - vaccinewars - be a doctor and try to vaccinate the world
 (HTM) git clone git://src.adamsgaard.dk/vaccinewars
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 7b00a28d194bb2d2b70f0d395dd04e89639d34cb
 (DIR) parent 7f6da13b01f74dc977648bc4c3bd0bbbf1d420e5
 (HTM) Author: Ben Webb <ben@salilab.org>
       Date:   Sat, 28 Apr 2001 12:59:12 +0000
       
       Documentation now installed as group 0, rather than group "root"
       
       
       Diffstat:
         M doc/Makefile.am                     |       4 ++--
         M doc/Makefile.in                     |       4 ++--
       
       2 files changed, 4 insertions(+), 4 deletions(-)
       ---
 (DIR) diff --git a/doc/Makefile.am b/doc/Makefile.am
       t@@ -7,6 +7,6 @@ man_MANS = dopewars.6
        EXTRA_DIST = ${man_MANS}
        
        install-data-local:
       -        ${INSTALL} -d -o root -g root -m 0755 ${DESTDIR}${DOCPATH}
       -        ${INSTALL} -o root -g root -m 0644 ${DOCS} ${DESTDIR}${DOCPATH}
       +        ${INSTALL} -d -o root -g 0 -m 0755 ${DESTDIR}${DOCPATH}
       +        ${INSTALL} -o root -g 0 -m 0644 ${DOCS} ${DESTDIR}${DOCPATH}
        
 (DIR) diff --git a/doc/Makefile.in b/doc/Makefile.in
       t@@ -242,8 +242,8 @@ mostlyclean distclean maintainer-clean
        
        
        install-data-local:
       -        ${INSTALL} -d -o root -g root -m 0755 ${DESTDIR}${DOCPATH}
       -        ${INSTALL} -o root -g root -m 0644 ${DOCS} ${DESTDIR}${DOCPATH}
       +        ${INSTALL} -d -o root -g 0 -m 0755 ${DESTDIR}${DOCPATH}
       +        ${INSTALL} -o root -g 0 -m 0644 ${DOCS} ${DESTDIR}${DOCPATH}
        
        # Tell versions [3.59,3.63) of GNU make to not export all variables.
        # Otherwise a system limit (for SysV at least) may be exceeded.