* 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.
This commit is contained in:
parent
d2cc9d8bf2
commit
03db981357
Binary file not shown.
|
@ -7,3 +7,6 @@ pkghtml_DATA = \
|
|||
./man_attila.html
|
||||
|
||||
EXTRA_DIST = $(pkghtml_DATA)
|
||||
|
||||
install-data-hook:
|
||||
chmod -R g+w $(prefix)/doc/html/@PACKAGE@
|
||||
|
|
|
@ -87,6 +87,11 @@
|
|||
done
|
||||
echo "" >> $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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -8,3 +8,6 @@ attila : ${srcdir}/attila.sh
|
|||
chmod a+x $@
|
||||
|
||||
EXTRA_DIST = attila.sh
|
||||
|
||||
install-exec-hook:
|
||||
chmod g+w ${bindir}/attila
|
||||
|
|
Loading…
Reference in New Issue