From 03db9813571ca34fd34d98c3bffe28bbbcb1166e Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Wed, 2 Oct 2002 18:15:01 +0000 Subject: [PATCH] * attila/src/Makefile.am, attila/doc/builddoc.sh : - Ajout d'un install-data-hook pour changer les droits apres instal- lation en ajoutant g+w (pour que d'autre puissent reinstaller par derriere, quoique pour attila il vaut peut-etre mieux pas). - Toujours ce probleme de droits sur les repertoires nouvellement crees dans l'arbre d'installation : ne sont pas ws pour le groupe. --- alliance/src/attila/doc/attila.pdf | Bin 139767 -> 139767 bytes alliance/src/attila/doc/attila/Makefile.am | 3 +++ alliance/src/attila/doc/builddoc.sh | 5 +++++ alliance/src/attila/doc/man1/attila.1 | 4 ++-- alliance/src/attila/src/Makefile.am | 3 +++ 5 files changed, 13 insertions(+), 2 deletions(-) diff --git a/alliance/src/attila/doc/attila.pdf b/alliance/src/attila/doc/attila.pdf index 05361e2005293e9bcfc56f86419aeb9570565190..aa7bb118842e74a6b0fb98c15aaa6099fc6189fd 100644 GIT binary patch delta 25 hcmex> $DOC_AM echo "EXTRA_DIST = \$(pkghtml_DATA)" >> $DOC_AM + echo "" >> $DOC_AM + echo "install-data-hook:" >> $DOC_AM + echo " chmod -R g+w \$(prefix)/doc/html/@PACKAGE@" >> $DOC_AM + + mv $DOC_AM $TOOL/Makefile.am if [ -d ./CVS-$TOOL ]; then diff --git a/alliance/src/attila/doc/man1/attila.1 b/alliance/src/attila/doc/man1/attila.1 index 4a39f18b..21f51643 100644 --- a/alliance/src/attila/doc/man1/attila.1 +++ b/alliance/src/attila/doc/man1/attila.1 @@ -1,5 +1,5 @@ -.\\" auto-generated by docbook2man-spec $Revision: 1.2 $ -.TH "ATTILA" "1" "01 October 2002" "ASIM/LIP6" "Alliance - attila User's Manual" +.\\" auto-generated by docbook2man-spec $Revision: 1.3 $ +.TH "ATTILA" "1" "02 October 2002" "ASIM/LIP6" "Alliance - attila User's Manual" .SH NAME attila \- A Tool Installer .SH SYNOPSIS diff --git a/alliance/src/attila/src/Makefile.am b/alliance/src/attila/src/Makefile.am index 8d7cb491..102e56e8 100644 --- a/alliance/src/attila/src/Makefile.am +++ b/alliance/src/attila/src/Makefile.am @@ -8,3 +8,6 @@ attila : ${srcdir}/attila.sh chmod a+x $@ EXTRA_DIST = attila.sh + +install-exec-hook: + chmod g+w ${bindir}/attila